#75502C
A dark, moderate orange closely aligning with Saddlebrown.
About #75502C
At its core, #75502C is a dark and moderate hue. It is closely associated with the named CSS color Saddlebrown. In the RGB color space, it consists of 117 red, 80 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 32% Magenta, 62% Yellow, and 54% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75502C
RGB117, 80, 44
HSL29.6°, 45.3%, 31.6%
CMYK0%, 32%, 62%, 54%
HSV29.6°, 62.4%, 45.9%
LAB37.3, 11.4, 27.2
XYZ10.7, 9.7, 3.7
Decimal7688236
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.14:1
Text on #FFFFFF
AAA
2.94:1
Text on #000000
FAIL
6.83:1
Text on #F8FAFC
AA
2.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75502C;
}
.text-color {
color: #75502C;
}
.border-color {
border: 2px solid #75502C;
}