Shades of Burnt Umber #9E3119
Tints of Burnt Umber #9E3119
RGB
CMYK
RGB Variations
Color information
#9E3119 (or 0x9E3119) is known color: Burnt Umber. HEX triplet: 9E, 31 and 19. RGB value is (158,49,25). Sum of RGB (Red+Green+Blue) = 158+49+25=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3119 is #61CEE6. Grayscale: #4F4F4F. Windows color (decimal): -6409959 or 1651102. OLE color: 1651102.
HSL color Cylindrical-coordinate representation of color #9E3119: hue angle of 10.83º degrees, saturation: 0.73, 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 #9E3119 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 25 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.38 |
| HSL | 10.83º | 0.73% | 0.36% | - |
| HSV(B) | 10.83º | 0.84% | 0.62% | - |
| XYZ | 15.37 | 9.54 | 1.95 | - |
| YUV | 78.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 25 | 0 | 0.69 | 0.84 | 0.38 | 10.83 | 0.73 | 0.36 |
| Hex | 9E | 31 | 19 | 0 | 45 | 54 | 26 | B | 49 | 24 |
| Octal | 236 | 61 | 31 | 0 | 105 | 124 | 46 | 13 | 111 | 44 |
| Binary | 10011110 | 110001 | 11001 | 0 | 1000101 | 1010100 | 100110 | 1011 | 1001001 | 100100 |
Color Harmonies of #9E3119
Complementary color
Monochromatic Colors of #9E3119
Black with #9E3119
Text Example
Text Example
White with #9E3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3119; }
p { color: rgb(158,49,25); }
H1.HeaderClassName
{
color: #9E3119;
}
.AnyTagClassName
{
color: #9E3119;
}
</style>
background-color css
<style>
a { background-color: #9E3119; }
a { background-color: rgb(158,49,25); }
div.DivClassName
{
background-color: #9E3119;
}
.BgClassName
{
background-color: #9E3119;
}
</style>
border-color css
<style>
span { border-color: #9E3119; }
span { border-color: rgb(158,49,25); }
td.TdClassName
{
border-color: #9E3119;
}
.TagClassName
{
border-color: #9E3119;
}
</style>