Shades of Burnt Umber #9E3513
Tints of Burnt Umber #9E3513
RGB
CMYK
RGB Variations
Color information
#9E3513 (or 0x9E3513) is known color: Burnt Umber. HEX triplet: 9E, 35 and 13. RGB value is (158,53,19). Sum of RGB (Red+Green+Blue) = 158+53+19=230 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.70% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3513 is #61CAEC. Grayscale: #505050. Windows color (decimal): -6408941 or 1258910. OLE color: 1258910.
HSL color Cylindrical-coordinate representation of color #9E3513: hue angle of 14.68º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E3513 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 19 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.38 |
| HSL | 14.68º | 0.79% | 0.35% | - |
| HSV(B) | 14.68º | 0.88% | 0.62% | - |
| XYZ | 15.49 | 9.86 | 1.7 | - |
| YUV | 80.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 19 | 0 | 0.66 | 0.88 | 0.38 | 14.68 | 0.79 | 0.35 |
| Hex | 9E | 35 | 13 | 0 | 42 | 58 | 26 | F | 4F | 23 |
| Octal | 236 | 65 | 23 | 0 | 102 | 130 | 46 | 17 | 117 | 43 |
| Binary | 10011110 | 110101 | 10011 | 0 | 1000010 | 1011000 | 100110 | 1111 | 1001111 | 100011 |
Color Harmonies of #9E3513
Complementary color
Monochromatic Colors of #9E3513
Black with #9E3513
Text Example
Text Example
White with #9E3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3513; }
p { color: rgb(158,53,19); }
H1.HeaderClassName
{
color: #9E3513;
}
.AnyTagClassName
{
color: #9E3513;
}
</style>
background-color css
<style>
a { background-color: #9E3513; }
a { background-color: rgb(158,53,19); }
div.DivClassName
{
background-color: #9E3513;
}
.BgClassName
{
background-color: #9E3513;
}
</style>
border-color css
<style>
span { border-color: #9E3513; }
span { border-color: rgb(158,53,19); }
td.TdClassName
{
border-color: #9E3513;
}
.TagClassName
{
border-color: #9E3513;
}
</style>