#995F42
A medium, moderate orange closely aligning with Sienna.
About #995F42
Visually, #995F42 is defined as a moderate orange. Designers often compare it to the standard color Sienna. This translates to an RGB value of rgb(153, 95, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 38% Magenta, 57% Yellow, and 40% Black. With a hue angle of 20.0 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#995F42
RGB153, 95, 66
HSL20.0°, 39.7%, 42.9%
CMYK0%, 38%, 57%, 40%
HSV20.0°, 56.9%, 60.0%
LAB46.1, 20.5, 26.4
XYZ18.2, 15.4, 7.2
Decimal10051394
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.16:1
Text on #FFFFFF
AA
4.07:1
Text on #000000
AA Large
4.93:1
Text on #F8FAFC
AA
3.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #995F42;
}
.text-color {
color: #995F42;
}
.border-color {
border: 2px solid #995F42;
}