Shades of Burnt Umber #962D0B
Tints of Burnt Umber #962D0B
RGB
CMYK
RGB Variations
Color information
#962D0B (or 0x962D0B) is known color: Burnt Umber. HEX triplet: 96, 2D and 0B. RGB value is (150,45,11). Sum of RGB (Red+Green+Blue) = 150+45+11=206 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.82% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 150 - color contains mainly: red. Hex color #962D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962D0B is #69D2F4. Grayscale: #484848. Windows color (decimal): -6935285 or 732566. OLE color: 732566.
HSL color Cylindrical-coordinate representation of color #962D0B: hue angle of 14.68º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #962D0B is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 11 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.41 |
| HSL | 14.68º | 0.86% | 0.32% | - |
| HSV(B) | 14.68º | 0.93% | 0.59% | - |
| XYZ | 13.58 | 8.38 | 1.22 | - |
| YUV | 72.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 11 | 0 | 0.70 | 0.93 | 0.41 | 14.68 | 0.86 | 0.32 |
| Hex | 96 | 2D | B | 0 | 46 | 5D | 29 | F | 56 | 20 |
| Octal | 226 | 55 | 13 | 0 | 106 | 135 | 51 | 17 | 126 | 40 |
| Binary | 10010110 | 101101 | 1011 | 0 | 1000110 | 1011101 | 101001 | 1111 | 1010110 | 100000 |
Color Harmonies of #962D0B
Complementary color
Monochromatic Colors of #962D0B
Black with #962D0B
Text Example
Text Example
White with #962D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D0B; }
p { color: rgb(150,45,11); }
H1.HeaderClassName
{
color: #962D0B;
}
.AnyTagClassName
{
color: #962D0B;
}
</style>
background-color css
<style>
a { background-color: #962D0B; }
a { background-color: rgb(150,45,11); }
div.DivClassName
{
background-color: #962D0B;
}
.BgClassName
{
background-color: #962D0B;
}
</style>
border-color css
<style>
span { border-color: #962D0B; }
span { border-color: rgb(150,45,11); }
td.TdClassName
{
border-color: #962D0B;
}
.TagClassName
{
border-color: #962D0B;
}
</style>