Shades of Burnt Umber #9E3210
Tints of Burnt Umber #9E3210
RGB
CMYK
RGB Variations
Color information
#9E3210 (or 0x9E3210) is known color: Burnt Umber. HEX triplet: 9E, 32 and 10. RGB value is (158,50,16). Sum of RGB (Red+Green+Blue) = 158+50+16=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3210 is #61CDEF. Grayscale: #4E4E4E. Windows color (decimal): -6409712 or 1061534. OLE color: 1061534.
HSL color Cylindrical-coordinate representation of color #9E3210: hue angle of 14.37º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E3210 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 16 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.38 |
| HSL | 14.37º | 0.82% | 0.34% | - |
| HSV(B) | 14.37º | 0.9% | 0.62% | - |
| XYZ | 15.33 | 9.59 | 1.53 | - |
| YUV | 78.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 16 | 0 | 0.68 | 0.90 | 0.38 | 14.37 | 0.82 | 0.34 |
| Hex | 9E | 32 | 10 | 0 | 44 | 5A | 26 | E | 52 | 22 |
| Octal | 236 | 62 | 20 | 0 | 104 | 132 | 46 | 16 | 122 | 42 |
| Binary | 10011110 | 110010 | 10000 | 0 | 1000100 | 1011010 | 100110 | 1110 | 1010010 | 100010 |
Color Harmonies of #9E3210
Complementary color
Monochromatic Colors of #9E3210
Black with #9E3210
Text Example
Text Example
White with #9E3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3210; }
p { color: rgb(158,50,16); }
H1.HeaderClassName
{
color: #9E3210;
}
.AnyTagClassName
{
color: #9E3210;
}
</style>
background-color css
<style>
a { background-color: #9E3210; }
a { background-color: rgb(158,50,16); }
div.DivClassName
{
background-color: #9E3210;
}
.BgClassName
{
background-color: #9E3210;
}
</style>
border-color css
<style>
span { border-color: #9E3210; }
span { border-color: rgb(158,50,16); }
td.TdClassName
{
border-color: #9E3210;
}
.TagClassName
{
border-color: #9E3210;
}
</style>