Shades of Burnt Umber #962D1F
Tints of Burnt Umber #962D1F
RGB
CMYK
RGB Variations
Color information
#962D1F (or 0x962D1F) is known color: Burnt Umber. HEX triplet: 96, 2D and 1F. RGB value is (150,45,31). Sum of RGB (Red+Green+Blue) = 150+45+31=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #962D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D1F is #69D2E0. Grayscale: #4A4A4A. Windows color (decimal): -6935265 or 2043286. OLE color: 2043286.
HSL color Cylindrical-coordinate representation of color #962D1F: hue angle of 7.06º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962D1F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 31 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.41 |
| HSL | 7.06º | 0.66% | 0.35% | - |
| HSV(B) | 7.06º | 0.79% | 0.59% | - |
| XYZ | 13.76 | 8.46 | 2.2 | - |
| YUV | 74.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 31 | 0 | 0.70 | 0.79 | 0.41 | 7.06 | 0.66 | 0.35 |
| Hex | 96 | 2D | 1F | 0 | 46 | 4F | 29 | 7 | 42 | 23 |
| Octal | 226 | 55 | 37 | 0 | 106 | 117 | 51 | 7 | 102 | 43 |
| Binary | 10010110 | 101101 | 11111 | 0 | 1000110 | 1001111 | 101001 | 111 | 1000010 | 100011 |
Color Harmonies of #962D1F
Complementary color
Monochromatic Colors of #962D1F
Black with #962D1F
Text Example
Text Example
White with #962D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D1F; }
p { color: rgb(150,45,31); }
H1.HeaderClassName
{
color: #962D1F;
}
.AnyTagClassName
{
color: #962D1F;
}
</style>
background-color css
<style>
a { background-color: #962D1F; }
a { background-color: rgb(150,45,31); }
div.DivClassName
{
background-color: #962D1F;
}
.BgClassName
{
background-color: #962D1F;
}
</style>
border-color css
<style>
span { border-color: #962D1F; }
span { border-color: rgb(150,45,31); }
td.TdClassName
{
border-color: #962D1F;
}
.TagClassName
{
border-color: #962D1F;
}
</style>