Shades of Burnt Umber #962F0F
Tints of Burnt Umber #962F0F
RGB
CMYK
RGB Variations
Color information
#962F0F (or 0x962F0F) is known color: Burnt Umber. HEX triplet: 96, 2F and 0F. RGB value is (150,47,15). Sum of RGB (Red+Green+Blue) = 150+47+15=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #962F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962F0F is #69D0F0. Grayscale: #4A4A4A. Windows color (decimal): -6934769 or 995222. OLE color: 995222.
HSL color Cylindrical-coordinate representation of color #962F0F: hue angle of 14.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #962F0F is Cyan = 0, Magento = 0.69, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 15 | - |
| CMYK | 0 | 0.69 | 0.9 | 0.41 |
| HSL | 14.22º | 0.82% | 0.32% | - |
| HSV(B) | 14.22º | 0.9% | 0.59% | - |
| XYZ | 13.68 | 8.55 | 1.38 | - |
| YUV | 74.15 | 94.62 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 15 | 0 | 0.69 | 0.9 | 0.41 | 14.22 | 0.82 | 0.32 |
| Hex | 96 | 2F | F | 0 | 45 | 5A | 29 | E | 52 | 20 |
| Octal | 226 | 57 | 17 | 0 | 105 | 132 | 51 | 16 | 122 | 40 |
| Binary | 10010110 | 101111 | 1111 | 0 | 1000101 | 1011010 | 101001 | 1110 | 1010010 | 100000 |
Color Harmonies of #962F0F
Complementary color
Monochromatic Colors of #962F0F
Black with #962F0F
Text Example
Text Example
White with #962F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F0F; }
p { color: rgb(150,47,15); }
H1.HeaderClassName
{
color: #962F0F;
}
.AnyTagClassName
{
color: #962F0F;
}
</style>
background-color css
<style>
a { background-color: #962F0F; }
a { background-color: rgb(150,47,15); }
div.DivClassName
{
background-color: #962F0F;
}
.BgClassName
{
background-color: #962F0F;
}
</style>
border-color css
<style>
span { border-color: #962F0F; }
span { border-color: rgb(150,47,15); }
td.TdClassName
{
border-color: #962F0F;
}
.TagClassName
{
border-color: #962F0F;
}
</style>