Taupe (Brown)
#413F2D
RGB: 65, 63, 45
Color OverviewHEX #413F2D
#413F2D Color Code Information
In the RGB color space, #413F2D is composed of 25% red, 25% green, and 18% blue. In the HSL color space, it has a hue of 54°, saturation of 18%, and lightness of 22%.
HEX
#413F2D
RGB
65, 63, 45
HSL
54°, 18%, 22%
HSV
54°, 31%, 25%
CMYK
0%, 3%, 31%, 75%
Name Match
Taupe
Closest StandardShades of #413F2D (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #413F2D (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #413F2D (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #413F2D
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 #413F2D Background
Contrast Ratio against Pure White (#FFFFFF):10.64 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #413F2D Background
Contrast Ratio against Pure Black (#000000):1.97 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #413F2D;
}
.element {
color: #413F2D;
background-color: #413F2D;
border-color: #413F2D;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#413F2D] text-[#413F2D] border-[#413F2D]"> Content styled with #413F2D </div>