#755000
A dark, vivid orange closely aligning with Saddlebrown.
About #755000
The hex code #755000 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Saddlebrown. This translates to an RGB value of rgb(117, 80, 0).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 32% Magenta, 100% Yellow, and 54% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#755000
RGB117, 80, 0
HSL41.0°, 100.0%, 22.9%
CMYK0%, 32%, 100%, 54%
HSV41.0°, 100.0%, 45.9%
LAB37.0, 9.3, 45.6
XYZ10.2, 9.5, 1.3
Decimal7688192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.23:1
Text on #FFFFFF
AAA
2.90:1
Text on #000000
FAIL
6.91:1
Text on #F8FAFC
AA
2.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #755000;
}
.text-color {
color: #755000;
}
.border-color {
border: 2px solid #755000;
}