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