#75500F
A dark, vivid orange closely aligning with Saddlebrown.
About #75500F
At its core, #75500F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Saddlebrown. In the RGB color space, it consists of 117 red, 80 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 32% magenta, 87% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75500F
RGB117, 80, 15
HSL38.2°, 77.3%, 25.9%
CMYK0%, 32%, 87%, 54%
HSV38.2°, 87.2%, 45.9%
LAB37.0, 9.7, 40.9
XYZ10.3, 9.6, 1.8
Decimal7688207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.21: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: #75500F;
}
.text-color {
color: #75500F;
}
.border-color {
border: 2px solid #75500F;
}