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