Shades of Burnt Umber #962E12
Tints of Burnt Umber #962E12
RGB
CMYK
RGB Variations
Color information
#962E12 (or 0x962E12) is known color: Burnt Umber. HEX triplet: 96, 2E and 12. RGB value is (150,46,18). Sum of RGB (Red+Green+Blue) = 150+46+18=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #962E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962E12 is #69D1ED. Grayscale: #4A4A4A. Windows color (decimal): -6935022 or 1191574. OLE color: 1191574.
HSL color Cylindrical-coordinate representation of color #962E12: hue angle of 12.73º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #962E12 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 18 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.41 |
| HSL | 12.73º | 0.79% | 0.33% | - |
| HSV(B) | 12.73º | 0.88% | 0.59% | - |
| XYZ | 13.66 | 8.48 | 1.49 | - |
| YUV | 73.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 18 | 0 | 0.69 | 0.88 | 0.41 | 12.73 | 0.79 | 0.33 |
| Hex | 96 | 2E | 12 | 0 | 45 | 58 | 29 | D | 4F | 21 |
| Octal | 226 | 56 | 22 | 0 | 105 | 130 | 51 | 15 | 117 | 41 |
| Binary | 10010110 | 101110 | 10010 | 0 | 1000101 | 1011000 | 101001 | 1101 | 1001111 | 100001 |
Color Harmonies of #962E12
Complementary color
Monochromatic Colors of #962E12
Black with #962E12
Text Example
Text Example
White with #962E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E12; }
p { color: rgb(150,46,18); }
H1.HeaderClassName
{
color: #962E12;
}
.AnyTagClassName
{
color: #962E12;
}
</style>
background-color css
<style>
a { background-color: #962E12; }
a { background-color: rgb(150,46,18); }
div.DivClassName
{
background-color: #962E12;
}
.BgClassName
{
background-color: #962E12;
}
</style>
border-color css
<style>
span { border-color: #962E12; }
span { border-color: rgb(150,46,18); }
td.TdClassName
{
border-color: #962E12;
}
.TagClassName
{
border-color: #962E12;
}
</style>