Shades of Burnt Umber #962D1A
Tints of Burnt Umber #962D1A
RGB
CMYK
RGB Variations
Color information
#962D1A (or 0x962D1A) is known color: Burnt Umber. HEX triplet: 96, 2D and 1A. RGB value is (150,45,26). Sum of RGB (Red+Green+Blue) = 150+45+26=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #962D1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D1A is #69D2E5. Grayscale: #4A4A4A. Windows color (decimal): -6935270 or 1715606. OLE color: 1715606.
HSL color Cylindrical-coordinate representation of color #962D1A: hue angle of 9.19º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #962D1A is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 45 | 26 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.41 |
| HSL | 9.19º | 0.7% | 0.35% | - |
| HSV(B) | 9.19º | 0.83% | 0.59% | - |
| XYZ | 13.7 | 8.44 | 1.88 | - |
| YUV | 74.23 | 100.79 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 26 | 0 | 0.70 | 0.83 | 0.41 | 9.19 | 0.7 | 0.35 |
| Hex | 96 | 2D | 1A | 0 | 46 | 53 | 29 | 9 | 46 | 23 |
| Octal | 226 | 55 | 32 | 0 | 106 | 123 | 51 | 11 | 106 | 43 |
| Binary | 10010110 | 101101 | 11010 | 0 | 1000110 | 1010011 | 101001 | 1001 | 1000110 | 100011 |
Color Harmonies of #962D1A
Complementary color
Monochromatic Colors of #962D1A
Black with #962D1A
Text Example
Text Example
White with #962D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962D1A; }
p { color: rgb(150,45,26); }
H1.HeaderClassName
{
color: #962D1A;
}
.AnyTagClassName
{
color: #962D1A;
}
</style>
background-color css
<style>
a { background-color: #962D1A; }
a { background-color: rgb(150,45,26); }
div.DivClassName
{
background-color: #962D1A;
}
.BgClassName
{
background-color: #962D1A;
}
</style>
border-color css
<style>
span { border-color: #962D1A; }
span { border-color: rgb(150,45,26); }
td.TdClassName
{
border-color: #962D1A;
}
.TagClassName
{
border-color: #962D1A;
}
</style>