Shades of Burnt Umber #9D2A0E
Tints of Burnt Umber #9D2A0E
RGB
CMYK
RGB Variations
Color information
#9D2A0E (or 0x9D2A0E) is known color: Burnt Umber. HEX triplet: 9D, 2A and 0E. RGB value is (157,42,14). Sum of RGB (Red+Green+Blue) = 157+42+14=213 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.71% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2A0E is #62D5F1. Grayscale: #494949. Windows color (decimal): -6477298 or 928413. OLE color: 928413.
HSL color Cylindrical-coordinate representation of color #9D2A0E: hue angle of 11.75º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D2A0E is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 42 | 14 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.38 |
| HSL | 11.75º | 0.84% | 0.34% | - |
| HSV(B) | 11.75º | 0.91% | 0.62% | - |
| XYZ | 14.81 | 8.86 | 1.34 | - |
| YUV | 73.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 42 | 14 | 0 | 0.73 | 0.91 | 0.38 | 11.75 | 0.84 | 0.34 |
| Hex | 9D | 2A | E | 0 | 49 | 5B | 26 | C | 54 | 22 |
| Octal | 235 | 52 | 16 | 0 | 111 | 133 | 46 | 14 | 124 | 42 |
| Binary | 10011101 | 101010 | 1110 | 0 | 1001001 | 1011011 | 100110 | 1100 | 1010100 | 100010 |
Color Harmonies of #9D2A0E
Complementary color
Monochromatic Colors of #9D2A0E
Black with #9D2A0E
Text Example
Text Example
White with #9D2A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2A0E; }
p { color: rgb(157,42,14); }
H1.HeaderClassName
{
color: #9D2A0E;
}
.AnyTagClassName
{
color: #9D2A0E;
}
</style>
background-color css
<style>
a { background-color: #9D2A0E; }
a { background-color: rgb(157,42,14); }
div.DivClassName
{
background-color: #9D2A0E;
}
.BgClassName
{
background-color: #9D2A0E;
}
</style>
border-color css
<style>
span { border-color: #9D2A0E; }
span { border-color: rgb(157,42,14); }
td.TdClassName
{
border-color: #9D2A0E;
}
.TagClassName
{
border-color: #9D2A0E;
}
</style>