Shades of Burnt Umber #962E24
Tints of Burnt Umber #962E24
RGB
CMYK
RGB Variations
Color information
#962E24 (or 0x962E24) is known color: Burnt Umber. HEX triplet: 96, 2E and 24. RGB value is (150,46,36). Sum of RGB (Red+Green+Blue) = 150+46+36=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #962E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E24 is #69D1DB. Grayscale: #4C4C4C. Windows color (decimal): -6935004 or 2371222. OLE color: 2371222.
HSL color Cylindrical-coordinate representation of color #962E24: hue angle of 5.26º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962E24 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 36 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.41 |
| HSL | 5.26º | 0.61% | 0.36% | - |
| HSV(B) | 5.26º | 0.76% | 0.59% | - |
| XYZ | 13.87 | 8.57 | 2.59 | - |
| YUV | 75.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 36 | 0 | 0.69 | 0.76 | 0.41 | 5.26 | 0.61 | 0.36 |
| Hex | 96 | 2E | 24 | 0 | 45 | 4C | 29 | 5 | 3D | 24 |
| Octal | 226 | 56 | 44 | 0 | 105 | 114 | 51 | 5 | 75 | 44 |
| Binary | 10010110 | 101110 | 100100 | 0 | 1000101 | 1001100 | 101001 | 101 | 111101 | 100100 |
Color Harmonies of #962E24
Complementary color
Monochromatic Colors of #962E24
Black with #962E24
Text Example
Text Example
White with #962E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E24; }
p { color: rgb(150,46,36); }
H1.HeaderClassName
{
color: #962E24;
}
.AnyTagClassName
{
color: #962E24;
}
</style>
background-color css
<style>
a { background-color: #962E24; }
a { background-color: rgb(150,46,36); }
div.DivClassName
{
background-color: #962E24;
}
.BgClassName
{
background-color: #962E24;
}
</style>
border-color css
<style>
span { border-color: #962E24; }
span { border-color: rgb(150,46,36); }
td.TdClassName
{
border-color: #962E24;
}
.TagClassName
{
border-color: #962E24;
}
</style>