Shades of Burnt Umber #962D16
Tints of Burnt Umber #962D16
RGB
CMYK
RGB Variations
Color information
#962D16 (or 0x962D16) is known color: Burnt Umber. HEX triplet: 96, 2D and 16. RGB value is (150,45,22). Sum of RGB (Red+Green+Blue) = 150+45+22=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #962D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962D16 is #69D2E9. Grayscale: #494949. Windows color (decimal): -6935274 or 1453462. OLE color: 1453462.
HSL color Cylindrical-coordinate representation of color #962D16: hue angle of 10.78º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #962D16 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 22 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.41 |
| HSL | 10.78º | 0.74% | 0.34% | - |
| HSV(B) | 10.78º | 0.85% | 0.59% | - |
| XYZ | 13.66 | 8.42 | 1.66 | - |
| YUV | 73.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 22 | 0 | 0.70 | 0.85 | 0.41 | 10.78 | 0.74 | 0.34 |
| Hex | 96 | 2D | 16 | 0 | 46 | 55 | 29 | B | 4A | 22 |
| Octal | 226 | 55 | 26 | 0 | 106 | 125 | 51 | 13 | 112 | 42 |
| Binary | 10010110 | 101101 | 10110 | 0 | 1000110 | 1010101 | 101001 | 1011 | 1001010 | 100010 |
Color Harmonies of #962D16
Complementary color
Monochromatic Colors of #962D16
Black with #962D16
Text Example
Text Example
White with #962D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D16; }
p { color: rgb(150,45,22); }
H1.HeaderClassName
{
color: #962D16;
}
.AnyTagClassName
{
color: #962D16;
}
</style>
background-color css
<style>
a { background-color: #962D16; }
a { background-color: rgb(150,45,22); }
div.DivClassName
{
background-color: #962D16;
}
.BgClassName
{
background-color: #962D16;
}
</style>
border-color css
<style>
span { border-color: #962D16; }
span { border-color: rgb(150,45,22); }
td.TdClassName
{
border-color: #962D16;
}
.TagClassName
{
border-color: #962D16;
}
</style>