Shades of Burnt Umber #952C20
Tints of Burnt Umber #952C20
RGB
CMYK
RGB Variations
Color information
#952C20 (or 0x952C20) is known color: Burnt Umber. HEX triplet: 95, 2C and 20. RGB value is (149,44,32). Sum of RGB (Red+Green+Blue) = 149+44+32=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #952C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C20 is #6AD3DF. Grayscale: #4A4A4A. Windows color (decimal): -7001056 or 2108565. OLE color: 2108565.
HSL color Cylindrical-coordinate representation of color #952C20: hue angle of 6.15º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952C20 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 32 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.42 |
| HSL | 6.15º | 0.65% | 0.35% | - |
| HSV(B) | 6.15º | 0.79% | 0.58% | - |
| XYZ | 13.56 | 8.3 | 2.25 | - |
| YUV | 74.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 32 | 0 | 0.70 | 0.79 | 0.42 | 6.15 | 0.65 | 0.35 |
| Hex | 95 | 2C | 20 | 0 | 46 | 4F | 2A | 6 | 41 | 23 |
| Octal | 225 | 54 | 40 | 0 | 106 | 117 | 52 | 6 | 101 | 43 |
| Binary | 10010101 | 101100 | 100000 | 0 | 1000110 | 1001111 | 101010 | 110 | 1000001 | 100011 |
Color Harmonies of #952C20
Complementary color
Monochromatic Colors of #952C20
Black with #952C20
Text Example
Text Example
White with #952C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C20; }
p { color: rgb(149,44,32); }
H1.HeaderClassName
{
color: #952C20;
}
.AnyTagClassName
{
color: #952C20;
}
</style>
background-color css
<style>
a { background-color: #952C20; }
a { background-color: rgb(149,44,32); }
div.DivClassName
{
background-color: #952C20;
}
.BgClassName
{
background-color: #952C20;
}
</style>
border-color css
<style>
span { border-color: #952C20; }
span { border-color: rgb(149,44,32); }
td.TdClassName
{
border-color: #952C20;
}
.TagClassName
{
border-color: #952C20;
}
</style>