Saddle Brown (Brown)
#7A4F05
RGB: 122, 79, 5
Color OverviewHEX #7A4F05

#7A4F05 Color Code Information

In the RGB color space, #7A4F05 is composed of 48% red, 31% green, and 2% blue. In the HSL color space, it has a hue of 38°, saturation of 92%, and lightness of 25%.

HEX
#7A4F05
RGB
122, 79, 5
HSL
38°, 92%, 25%
HSV
38°, 96%, 48%
CMYK
0%, 35%, 96%, 52%
Name Match
Saddle Brown
Closest Standard

Shades of #7A4F05 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #7A4F05 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #7A4F05 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #7A4F05

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #7A4F05 Background
Contrast Ratio against Pure White (#FFFFFF):7.12 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #7A4F05 Background
Contrast Ratio against Pure Black (#000000):2.95 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #7A4F05;
}

.element {
  color: #7A4F05;
  background-color: #7A4F05;
  border-color: #7A4F05;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#7A4F05] text-[#7A4F05] border-[#7A4F05]">
  Content styled with #7A4F05
</div>