Taupe (Brown)
#385809
RGB: 56, 88, 9
Color OverviewHEX #385809
#385809 Color Code Information
In the RGB color space, #385809 is composed of 22% red, 35% green, and 4% blue. In the HSL color space, it has a hue of 84°, saturation of 81%, and lightness of 19%.
HEX
#385809
RGB
56, 88, 9
HSL
84°, 81%, 19%
HSV
84°, 90%, 35%
CMYK
36%, 0%, 90%, 65%
Name Match
Taupe
Closest StandardShades of #385809 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #385809 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #385809 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #385809
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #385809 Background
Contrast Ratio against Pure White (#FFFFFF):8.18 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #385809 Background
Contrast Ratio against Pure Black (#000000):2.57 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #385809;
}
.element {
color: #385809;
background-color: #385809;
border-color: #385809;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#385809] text-[#385809] border-[#385809]"> Content styled with #385809 </div>