Shades of Burnt Umber #953524
Tints of Burnt Umber #953524
RGB
CMYK
RGB Variations
Color information
#953524 (or 0x953524) is known color: Burnt Umber. HEX triplet: 95, 35 and 24. RGB value is (149,53,36). Sum of RGB (Red+Green+Blue) = 149+53+36=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #953524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953524 is #6ACADB. Grayscale: #4F4F4F. Windows color (decimal): -6998748 or 2373013. OLE color: 2373013.
HSL color Cylindrical-coordinate representation of color #953524: hue angle of 9.03º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #953524 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 36 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.42 |
| HSL | 9.03º | 0.61% | 0.36% | - |
| HSV(B) | 9.03º | 0.76% | 0.58% | - |
| XYZ | 13.99 | 9.06 | 2.68 | - |
| YUV | 79.77 | 103.3 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 36 | 0 | 0.64 | 0.76 | 0.42 | 9.03 | 0.61 | 0.36 |
| Hex | 95 | 35 | 24 | 0 | 40 | 4C | 2A | 9 | 3D | 24 |
| Octal | 225 | 65 | 44 | 0 | 100 | 114 | 52 | 11 | 75 | 44 |
| Binary | 10010101 | 110101 | 100100 | 0 | 1000000 | 1001100 | 101010 | 1001 | 111101 | 100100 |
Color Harmonies of #953524
Complementary color
Monochromatic Colors of #953524
Black with #953524
Text Example
Text Example
White with #953524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953524; }
p { color: rgb(149,53,36); }
H1.HeaderClassName
{
color: #953524;
}
.AnyTagClassName
{
color: #953524;
}
</style>
background-color css
<style>
a { background-color: #953524; }
a { background-color: rgb(149,53,36); }
div.DivClassName
{
background-color: #953524;
}
.BgClassName
{
background-color: #953524;
}
</style>
border-color css
<style>
span { border-color: #953524; }
span { border-color: rgb(149,53,36); }
td.TdClassName
{
border-color: #953524;
}
.TagClassName
{
border-color: #953524;
}
</style>