Shades of Burnt Umber #963124
Tints of Burnt Umber #963124
RGB
CMYK
RGB Variations
Color information
#963124 (or 0x963124) is known color: Burnt Umber. HEX triplet: 96, 31 and 24. RGB value is (150,49,36). Sum of RGB (Red+Green+Blue) = 150+49+36=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #963124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963124 is #69CEDB. Grayscale: #4D4D4D. Windows color (decimal): -6934236 or 2371990. OLE color: 2371990.
HSL color Cylindrical-coordinate representation of color #963124: hue angle of 6.84º 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 #963124 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 49 | 36 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.41 |
| HSL | 6.84º | 0.61% | 0.36% | - |
| HSV(B) | 6.84º | 0.76% | 0.59% | - |
| XYZ | 13.99 | 8.81 | 2.63 | - |
| YUV | 77.72 | 104.46 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 49 | 36 | 0 | 0.67 | 0.76 | 0.41 | 6.84 | 0.61 | 0.36 |
| Hex | 96 | 31 | 24 | 0 | 43 | 4C | 29 | 7 | 3D | 24 |
| Octal | 226 | 61 | 44 | 0 | 103 | 114 | 51 | 7 | 75 | 44 |
| Binary | 10010110 | 110001 | 100100 | 0 | 1000011 | 1001100 | 101001 | 111 | 111101 | 100100 |
Color Harmonies of #963124
Complementary color
Monochromatic Colors of #963124
Black with #963124
Text Example
Text Example
White with #963124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963124; }
p { color: rgb(150,49,36); }
H1.HeaderClassName
{
color: #963124;
}
.AnyTagClassName
{
color: #963124;
}
</style>
background-color css
<style>
a { background-color: #963124; }
a { background-color: rgb(150,49,36); }
div.DivClassName
{
background-color: #963124;
}
.BgClassName
{
background-color: #963124;
}
</style>
border-color css
<style>
span { border-color: #963124; }
span { border-color: rgb(150,49,36); }
td.TdClassName
{
border-color: #963124;
}
.TagClassName
{
border-color: #963124;
}
</style>