Shades of Burnt Umber #96310E
Tints of Burnt Umber #96310E
RGB
CMYK
RGB Variations
Color information
#96310E (or 0x96310E) is known color: Burnt Umber. HEX triplet: 96, 31 and 0E. RGB value is (150,49,14). Sum of RGB (Red+Green+Blue) = 150+49+14=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96310E is #69CEF1. Grayscale: #4B4B4B. Windows color (decimal): -6934258 or 930198. OLE color: 930198.
HSL color Cylindrical-coordinate representation of color #96310E: hue angle of 15.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96310E is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 14 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.41 |
| HSL | 15.44º | 0.83% | 0.32% | - |
| HSV(B) | 15.44º | 0.91% | 0.59% | - |
| XYZ | 13.76 | 8.71 | 1.37 | - |
| YUV | 75.21 | 93.46 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 14 | 0 | 0.67 | 0.91 | 0.41 | 15.44 | 0.83 | 0.32 |
| Hex | 96 | 31 | E | 0 | 43 | 5B | 29 | F | 53 | 20 |
| Octal | 226 | 61 | 16 | 0 | 103 | 133 | 51 | 17 | 123 | 40 |
| Binary | 10010110 | 110001 | 1110 | 0 | 1000011 | 1011011 | 101001 | 1111 | 1010011 | 100000 |
Color Harmonies of #96310E
Complementary color
Monochromatic Colors of #96310E
Black with #96310E
Text Example
Text Example
White with #96310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96310E; }
p { color: rgb(150,49,14); }
H1.HeaderClassName
{
color: #96310E;
}
.AnyTagClassName
{
color: #96310E;
}
</style>
background-color css
<style>
a { background-color: #96310E; }
a { background-color: rgb(150,49,14); }
div.DivClassName
{
background-color: #96310E;
}
.BgClassName
{
background-color: #96310E;
}
</style>
border-color css
<style>
span { border-color: #96310E; }
span { border-color: rgb(150,49,14); }
td.TdClassName
{
border-color: #96310E;
}
.TagClassName
{
border-color: #96310E;
}
</style>