Shades of Burnt Umber #9E3012
Tints of Burnt Umber #9E3012
RGB
CMYK
RGB Variations
Color information
#9E3012 (or 0x9E3012) is known color: Burnt Umber. HEX triplet: 9E, 30 and 12. RGB value is (158,48,18). Sum of RGB (Red+Green+Blue) = 158+48+18=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3012 is #61CFED. Grayscale: #4D4D4D. Windows color (decimal): -6410222 or 1192094. OLE color: 1192094.
HSL color Cylindrical-coordinate representation of color #9E3012: hue angle of 12.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E3012 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 18 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.38 |
| HSL | 12.86º | 0.8% | 0.35% | - |
| HSV(B) | 12.86º | 0.89% | 0.62% | - |
| XYZ | 15.27 | 9.43 | 1.59 | - |
| YUV | 77.47 | 94.44 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 18 | 0 | 0.70 | 0.89 | 0.38 | 12.86 | 0.8 | 0.35 |
| Hex | 9E | 30 | 12 | 0 | 46 | 59 | 26 | D | 50 | 23 |
| Octal | 236 | 60 | 22 | 0 | 106 | 131 | 46 | 15 | 120 | 43 |
| Binary | 10011110 | 110000 | 10010 | 0 | 1000110 | 1011001 | 100110 | 1101 | 1010000 | 100011 |
Color Harmonies of #9E3012
Complementary color
Monochromatic Colors of #9E3012
Black with #9E3012
Text Example
Text Example
White with #9E3012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3012; }
p { color: rgb(158,48,18); }
H1.HeaderClassName
{
color: #9E3012;
}
.AnyTagClassName
{
color: #9E3012;
}
</style>
background-color css
<style>
a { background-color: #9E3012; }
a { background-color: rgb(158,48,18); }
div.DivClassName
{
background-color: #9E3012;
}
.BgClassName
{
background-color: #9E3012;
}
</style>
border-color css
<style>
span { border-color: #9E3012; }
span { border-color: rgb(158,48,18); }
td.TdClassName
{
border-color: #9E3012;
}
.TagClassName
{
border-color: #9E3012;
}
</style>