#752C0F
A dark, vivid orange closely aligning with Saddlebrown.
About #752C0F
At its core, #752C0F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Saddlebrown. Its digital footprint relies on 117 parts red, 44 parts green, and 15 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 62% Magenta, 87% Yellow, and 54% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#752C0F
RGB117, 44, 15
HSL17.1°, 77.3%, 25.9%
CMYK0%, 62%, 87%, 54%
HSV17.1°, 87.2%, 45.9%
LAB28.4, 30.5, 33.4
XYZ8.3, 5.6, 1.1
Decimal7678991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.89:1
Text on #FFFFFF
AAA
2.12:1
Text on #000000
FAIL
9.45:1
Text on #F8FAFC
AAA
1.81:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #752C0F;
}
.text-color {
color: #752C0F;
}
.border-color {
border: 2px solid #752C0F;
}