Saddle Brown (Brown)
#654502
RGB: 101, 69, 2
Color OverviewHEX #654502

#654502 Color Code Information

In the RGB color space, #654502 is composed of 40% red, 27% green, and 1% blue. In the HSL color space, it has a hue of 41°, saturation of 96%, and lightness of 20%.

HEX
#654502
RGB
101, 69, 2
HSL
41°, 96%, 20%
HSV
41°, 98%, 40%
CMYK
0%, 32%, 98%, 60%
Name Match
Saddle Brown
Closest Standard

Shades of #654502 (Darker Variations)

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

Tints of #654502 (Lighter Variations)

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

Tones of #654502 (Muted Variations)

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

Color Harmonies for #654502

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 #654502 Background
Contrast Ratio against Pure White (#FFFFFF):8.73 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #654502 Background
Contrast Ratio against Pure Black (#000000):2.41 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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