Shades of Burnt Umber #9E351A
Tints of Burnt Umber #9E351A
RGB
CMYK
RGB Variations
Color information
#9E351A (or 0x9E351A) is known color: Burnt Umber. HEX triplet: 9E, 35 and 1A. RGB value is (158,53,26). Sum of RGB (Red+Green+Blue) = 158+53+26=237 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.67% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 158 - color contains mainly: red. Hex color #9E351A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E351A is #61CAE5. Grayscale: #515151. Windows color (decimal): -6408934 or 1717662. OLE color: 1717662.
HSL color Cylindrical-coordinate representation of color #9E351A: hue angle of 12.27º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E351A is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 26 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.38 |
| HSL | 12.27º | 0.72% | 0.36% | - |
| HSV(B) | 12.27º | 0.84% | 0.62% | - |
| XYZ | 15.56 | 9.89 | 2.07 | - |
| YUV | 81.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 26 | 0 | 0.66 | 0.84 | 0.38 | 12.27 | 0.72 | 0.36 |
| Hex | 9E | 35 | 1A | 0 | 42 | 54 | 26 | C | 48 | 24 |
| Octal | 236 | 65 | 32 | 0 | 102 | 124 | 46 | 14 | 110 | 44 |
| Binary | 10011110 | 110101 | 11010 | 0 | 1000010 | 1010100 | 100110 | 1100 | 1001000 | 100100 |
Color Harmonies of #9E351A
Complementary color
Monochromatic Colors of #9E351A
Black with #9E351A
Text Example
Text Example
White with #9E351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E351A; }
p { color: rgb(158,53,26); }
H1.HeaderClassName
{
color: #9E351A;
}
.AnyTagClassName
{
color: #9E351A;
}
</style>
background-color css
<style>
a { background-color: #9E351A; }
a { background-color: rgb(158,53,26); }
div.DivClassName
{
background-color: #9E351A;
}
.BgClassName
{
background-color: #9E351A;
}
</style>
border-color css
<style>
span { border-color: #9E351A; }
span { border-color: rgb(158,53,26); }
td.TdClassName
{
border-color: #9E351A;
}
.TagClassName
{
border-color: #9E351A;
}
</style>