Shades of Burnt Umber #9D2F0E
Tints of Burnt Umber #9D2F0E
RGB
CMYK
RGB Variations
Color information
#9D2F0E (or 0x9D2F0E) is known color: Burnt Umber. HEX triplet: 9D, 2F and 0E. RGB value is (157,47,14). Sum of RGB (Red+Green+Blue) = 157+47+14=218 (28% of max value = 765). Red value is 157 (61.72% from 255 or 72.02% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2F0E is #62D0F1. Grayscale: #4C4C4C. Windows color (decimal): -6476018 or 929693. OLE color: 929693.
HSL color Cylindrical-coordinate representation of color #9D2F0E: hue angle of 13.85º 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 #9D2F0E is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 47 | 14 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.38 |
| HSL | 13.85º | 0.84% | 0.34% | - |
| HSV(B) | 13.85º | 0.91% | 0.62% | - |
| XYZ | 15 | 9.23 | 1.41 | - |
| YUV | 76.13 | 92.94 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 47 | 14 | 0 | 0.70 | 0.91 | 0.38 | 13.85 | 0.84 | 0.34 |
| Hex | 9D | 2F | E | 0 | 46 | 5B | 26 | E | 54 | 22 |
| Octal | 235 | 57 | 16 | 0 | 106 | 133 | 46 | 16 | 124 | 42 |
| Binary | 10011101 | 101111 | 1110 | 0 | 1000110 | 1011011 | 100110 | 1110 | 1010100 | 100010 |
Color Harmonies of #9D2F0E
Complementary color
Monochromatic Colors of #9D2F0E
Black with #9D2F0E
Text Example
Text Example
White with #9D2F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2F0E; }
p { color: rgb(157,47,14); }
H1.HeaderClassName
{
color: #9D2F0E;
}
.AnyTagClassName
{
color: #9D2F0E;
}
</style>
background-color css
<style>
a { background-color: #9D2F0E; }
a { background-color: rgb(157,47,14); }
div.DivClassName
{
background-color: #9D2F0E;
}
.BgClassName
{
background-color: #9D2F0E;
}
</style>
border-color css
<style>
span { border-color: #9D2F0E; }
span { border-color: rgb(157,47,14); }
td.TdClassName
{
border-color: #9D2F0E;
}
.TagClassName
{
border-color: #9D2F0E;
}
</style>