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