#755007
A dark, vivid orange closely aligning with Saddlebrown.
About #755007
At its core, #755007 is a dark and vivid hue. It is closely associated with the named CSS color Saddlebrown. This translates to an RGB value of rgb(117, 80, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 32% magenta inks. With a hue angle of 39.8 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#755007
RGB117, 80, 7
HSL39.8°, 88.7%, 24.3%
CMYK0%, 32%, 94%, 54%
HSV39.8°, 94.0%, 45.9%
LAB37.0, 9.5, 43.4
XYZ10.2, 9.5, 1.5
Decimal7688199
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.22:1
Text on #FFFFFF
AAA
2.91:1
Text on #000000
FAIL
6.90:1
Text on #F8FAFC
AA
2.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #755007;
}
.text-color {
color: #755007;
}
.border-color {
border: 2px solid #755007;
}