Shades of Burnt Umber #962A08
Tints of Burnt Umber #962A08
RGB
CMYK
RGB Variations
Color information
#962A08 (or 0x962A08) is known color: Burnt Umber. HEX triplet: 96, 2A and 08. RGB value is (150,42,8). Sum of RGB (Red+Green+Blue) = 150+42+8=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #962A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962A08 is #69D5F7. Grayscale: #464646. Windows color (decimal): -6936056 or 535190. OLE color: 535190.
HSL color Cylindrical-coordinate representation of color #962A08: hue angle of 14.37º 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 #962A08 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 42 | 8 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.41 |
| HSL | 14.37º | 0.9% | 0.31% | - |
| HSV(B) | 14.37º | 0.95% | 0.59% | - |
| XYZ | 13.45 | 8.16 | 1.1 | - |
| YUV | 70.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 8 | 0 | 0.72 | 0.95 | 0.41 | 14.37 | 0.9 | 0.31 |
| Hex | 96 | 2A | 8 | 0 | 48 | 5F | 29 | E | 5A | 1F |
| Octal | 226 | 52 | 10 | 0 | 110 | 137 | 51 | 16 | 132 | 37 |
| Binary | 10010110 | 101010 | 1000 | 0 | 1001000 | 1011111 | 101001 | 1110 | 1011010 | 11111 |
Color Harmonies of #962A08
Complementary color
Monochromatic Colors of #962A08
Black with #962A08
Text Example
Text Example
White with #962A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962A08; }
p { color: rgb(150,42,8); }
H1.HeaderClassName
{
color: #962A08;
}
.AnyTagClassName
{
color: #962A08;
}
</style>
background-color css
<style>
a { background-color: #962A08; }
a { background-color: rgb(150,42,8); }
div.DivClassName
{
background-color: #962A08;
}
.BgClassName
{
background-color: #962A08;
}
</style>
border-color css
<style>
span { border-color: #962A08; }
span { border-color: rgb(150,42,8); }
td.TdClassName
{
border-color: #962A08;
}
.TagClassName
{
border-color: #962A08;
}
</style>