Shades of Burnt Umber #953224
Tints of Burnt Umber #953224
RGB
CMYK
RGB Variations
Color information
#953224 (or 0x953224) is known color: Burnt Umber. HEX triplet: 95, 32 and 24. RGB value is (149,50,36). Sum of RGB (Red+Green+Blue) = 149+50+36=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #953224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953224 is #6ACDDB. Grayscale: #4E4E4E. Windows color (decimal): -6999516 or 2372245. OLE color: 2372245.
HSL color Cylindrical-coordinate representation of color #953224: hue angle of 7.43º 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 #953224 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 36 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.42 |
| HSL | 7.43º | 0.61% | 0.36% | - |
| HSV(B) | 7.43º | 0.76% | 0.58% | - |
| XYZ | 13.85 | 8.8 | 2.64 | - |
| YUV | 78.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 36 | 0 | 0.66 | 0.76 | 0.42 | 7.43 | 0.61 | 0.36 |
| Hex | 95 | 32 | 24 | 0 | 42 | 4C | 2A | 7 | 3D | 24 |
| Octal | 225 | 62 | 44 | 0 | 102 | 114 | 52 | 7 | 75 | 44 |
| Binary | 10010101 | 110010 | 100100 | 0 | 1000010 | 1001100 | 101010 | 111 | 111101 | 100100 |
Color Harmonies of #953224
Complementary color
Monochromatic Colors of #953224
Black with #953224
Text Example
Text Example
White with #953224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953224; }
p { color: rgb(149,50,36); }
H1.HeaderClassName
{
color: #953224;
}
.AnyTagClassName
{
color: #953224;
}
</style>
background-color css
<style>
a { background-color: #953224; }
a { background-color: rgb(149,50,36); }
div.DivClassName
{
background-color: #953224;
}
.BgClassName
{
background-color: #953224;
}
</style>
border-color css
<style>
span { border-color: #953224; }
span { border-color: rgb(149,50,36); }
td.TdClassName
{
border-color: #953224;
}
.TagClassName
{
border-color: #953224;
}
</style>