Shades of Burnt Umber #962D1E
Tints of Burnt Umber #962D1E
RGB
CMYK
RGB Variations
Color information
#962D1E (or 0x962D1E) is known color: Burnt Umber. HEX triplet: 96, 2D and 1E. RGB value is (150,45,30). Sum of RGB (Red+Green+Blue) = 150+45+30=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #962D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D1E is #69D2E1. Grayscale: #4A4A4A. Windows color (decimal): -6935266 or 1977750. OLE color: 1977750.
HSL color Cylindrical-coordinate representation of color #962D1E: hue angle of 7.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #962D1E is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 30 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.41 |
| HSL | 7.5º | 0.67% | 0.35% | - |
| HSV(B) | 7.5º | 0.8% | 0.59% | - |
| XYZ | 13.75 | 8.45 | 2.14 | - |
| YUV | 74.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 30 | 0 | 0.70 | 0.80 | 0.41 | 7.5 | 0.67 | 0.35 |
| Hex | 96 | 2D | 1E | 0 | 46 | 50 | 29 | 8 | 43 | 23 |
| Octal | 226 | 55 | 36 | 0 | 106 | 120 | 51 | 10 | 103 | 43 |
| Binary | 10010110 | 101101 | 11110 | 0 | 1000110 | 1010000 | 101001 | 1000 | 1000011 | 100011 |
Color Harmonies of #962D1E
Complementary color
Monochromatic Colors of #962D1E
Black with #962D1E
Text Example
Text Example
White with #962D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D1E; }
p { color: rgb(150,45,30); }
H1.HeaderClassName
{
color: #962D1E;
}
.AnyTagClassName
{
color: #962D1E;
}
</style>
background-color css
<style>
a { background-color: #962D1E; }
a { background-color: rgb(150,45,30); }
div.DivClassName
{
background-color: #962D1E;
}
.BgClassName
{
background-color: #962D1E;
}
</style>
border-color css
<style>
span { border-color: #962D1E; }
span { border-color: rgb(150,45,30); }
td.TdClassName
{
border-color: #962D1E;
}
.TagClassName
{
border-color: #962D1E;
}
</style>