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