Shades of Burnt Umber #963524
Tints of Burnt Umber #963524
RGB
CMYK
RGB Variations
Color information
#963524 (or 0x963524) is known color: Burnt Umber. HEX triplet: 96, 35 and 24. RGB value is (150,53,36). Sum of RGB (Red+Green+Blue) = 150+53+36=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #963524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963524 is #69CADB. Grayscale: #505050. Windows color (decimal): -6933212 or 2373014. OLE color: 2373014.
HSL color Cylindrical-coordinate representation of color #963524: hue angle of 8.95º 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 #963524 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 53 | 36 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.41 |
| HSL | 8.95º | 0.61% | 0.36% | - |
| HSV(B) | 8.95º | 0.76% | 0.59% | - |
| XYZ | 14.17 | 9.16 | 2.69 | - |
| YUV | 80.07 | 103.14 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 36 | 0 | 0.65 | 0.76 | 0.41 | 8.95 | 0.61 | 0.36 |
| Hex | 96 | 35 | 24 | 0 | 41 | 4C | 29 | 9 | 3D | 24 |
| Octal | 226 | 65 | 44 | 0 | 101 | 114 | 51 | 11 | 75 | 44 |
| Binary | 10010110 | 110101 | 100100 | 0 | 1000001 | 1001100 | 101001 | 1001 | 111101 | 100100 |
Color Harmonies of #963524
Complementary color
Monochromatic Colors of #963524
Black with #963524
Text Example
Text Example
White with #963524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963524; }
p { color: rgb(150,53,36); }
H1.HeaderClassName
{
color: #963524;
}
.AnyTagClassName
{
color: #963524;
}
</style>
background-color css
<style>
a { background-color: #963524; }
a { background-color: rgb(150,53,36); }
div.DivClassName
{
background-color: #963524;
}
.BgClassName
{
background-color: #963524;
}
</style>
border-color css
<style>
span { border-color: #963524; }
span { border-color: rgb(150,53,36); }
td.TdClassName
{
border-color: #963524;
}
.TagClassName
{
border-color: #963524;
}
</style>