Shades of Burnt Umber #962808
Tints of Burnt Umber #962808
RGB
CMYK
RGB Variations
Color information
#962808 (or 0x962808) is known color: Burnt Umber. HEX triplet: 96, 28 and 08. RGB value is (150,40,8). Sum of RGB (Red+Green+Blue) = 150+40+8=198 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.76% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 150 - color contains mainly: red. Hex color #962808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962808 is #69D7F7. Grayscale: #454545. Windows color (decimal): -6936568 or 534678. OLE color: 534678.
HSL color Cylindrical-coordinate representation of color #962808: hue angle of 13.52º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #962808 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 8 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.41 |
| HSL | 13.52º | 0.9% | 0.31% | - |
| HSV(B) | 13.52º | 0.95% | 0.59% | - |
| XYZ | 13.38 | 8.02 | 1.07 | - |
| YUV | 69.24 | 93.44 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 8 | 0 | 0.73 | 0.95 | 0.41 | 13.52 | 0.9 | 0.31 |
| Hex | 96 | 28 | 8 | 0 | 49 | 5F | 29 | E | 5A | 1F |
| Octal | 226 | 50 | 10 | 0 | 111 | 137 | 51 | 16 | 132 | 37 |
| Binary | 10010110 | 101000 | 1000 | 0 | 1001001 | 1011111 | 101001 | 1110 | 1011010 | 11111 |
Color Harmonies of #962808
Complementary color
Monochromatic Colors of #962808
Black with #962808
Text Example
Text Example
White with #962808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962808; }
p { color: rgb(150,40,8); }
H1.HeaderClassName
{
color: #962808;
}
.AnyTagClassName
{
color: #962808;
}
</style>
background-color css
<style>
a { background-color: #962808; }
a { background-color: rgb(150,40,8); }
div.DivClassName
{
background-color: #962808;
}
.BgClassName
{
background-color: #962808;
}
</style>
border-color css
<style>
span { border-color: #962808; }
span { border-color: rgb(150,40,8); }
td.TdClassName
{
border-color: #962808;
}
.TagClassName
{
border-color: #962808;
}
</style>