Shades of Burnt Umber #962D0F
Tints of Burnt Umber #962D0F
RGB
CMYK
RGB Variations
Color information
#962D0F (or 0x962D0F) is known color: Burnt Umber. HEX triplet: 96, 2D and 0F. RGB value is (150,45,15). Sum of RGB (Red+Green+Blue) = 150+45+15=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #962D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962D0F is #69D2F0. Grayscale: #494949. Windows color (decimal): -6935281 or 994710. OLE color: 994710.
HSL color Cylindrical-coordinate representation of color #962D0F: hue angle of 13.33º 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 #962D0F is Cyan = 0, Magento = 0.70, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 15 | - |
| CMYK | 0 | 0.70 | 0.9 | 0.41 |
| HSL | 13.33º | 0.82% | 0.32% | - |
| HSV(B) | 13.33º | 0.9% | 0.59% | - |
| XYZ | 13.6 | 8.4 | 1.36 | - |
| YUV | 72.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 15 | 0 | 0.70 | 0.9 | 0.41 | 13.33 | 0.82 | 0.32 |
| Hex | 96 | 2D | F | 0 | 46 | 5A | 29 | D | 52 | 20 |
| Octal | 226 | 55 | 17 | 0 | 106 | 132 | 51 | 15 | 122 | 40 |
| Binary | 10010110 | 101101 | 1111 | 0 | 1000110 | 1011010 | 101001 | 1101 | 1010010 | 100000 |
Color Harmonies of #962D0F
Complementary color
Monochromatic Colors of #962D0F
Black with #962D0F
Text Example
Text Example
White with #962D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D0F; }
p { color: rgb(150,45,15); }
H1.HeaderClassName
{
color: #962D0F;
}
.AnyTagClassName
{
color: #962D0F;
}
</style>
background-color css
<style>
a { background-color: #962D0F; }
a { background-color: rgb(150,45,15); }
div.DivClassName
{
background-color: #962D0F;
}
.BgClassName
{
background-color: #962D0F;
}
</style>
border-color css
<style>
span { border-color: #962D0F; }
span { border-color: rgb(150,45,15); }
td.TdClassName
{
border-color: #962D0F;
}
.TagClassName
{
border-color: #962D0F;
}
</style>