Shades of Burnt Umber #9E3315
Tints of Burnt Umber #9E3315
RGB
CMYK
RGB Variations
Color information
#9E3315 (or 0x9E3315) is known color: Burnt Umber. HEX triplet: 9E, 33 and 15. RGB value is (158,51,21). Sum of RGB (Red+Green+Blue) = 158+51+21=230 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.70% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 21 (8.59% from 255 or 9.13% from 230); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3315 is #61CCEA. Grayscale: #4F4F4F. Windows color (decimal): -6409451 or 1389470. OLE color: 1389470.
HSL color Cylindrical-coordinate representation of color #9E3315: hue angle of 13.14º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E3315 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 21 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.38 |
| HSL | 13.14º | 0.77% | 0.35% | - |
| HSV(B) | 13.14º | 0.87% | 0.62% | - |
| XYZ | 15.42 | 9.69 | 1.77 | - |
| YUV | 79.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 21 | 0 | 0.68 | 0.87 | 0.38 | 13.14 | 0.77 | 0.35 |
| Hex | 9E | 33 | 15 | 0 | 44 | 57 | 26 | D | 4D | 23 |
| Octal | 236 | 63 | 25 | 0 | 104 | 127 | 46 | 15 | 115 | 43 |
| Binary | 10011110 | 110011 | 10101 | 0 | 1000100 | 1010111 | 100110 | 1101 | 1001101 | 100011 |
Color Harmonies of #9E3315
Complementary color
Monochromatic Colors of #9E3315
Black with #9E3315
Text Example
Text Example
White with #9E3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3315; }
p { color: rgb(158,51,21); }
H1.HeaderClassName
{
color: #9E3315;
}
.AnyTagClassName
{
color: #9E3315;
}
</style>
background-color css
<style>
a { background-color: #9E3315; }
a { background-color: rgb(158,51,21); }
div.DivClassName
{
background-color: #9E3315;
}
.BgClassName
{
background-color: #9E3315;
}
</style>
border-color css
<style>
span { border-color: #9E3315; }
span { border-color: rgb(158,51,21); }
td.TdClassName
{
border-color: #9E3315;
}
.TagClassName
{
border-color: #9E3315;
}
</style>