Shades of Burnt Umber #952A16
Tints of Burnt Umber #952A16
RGB
CMYK
RGB Variations
Color information
#952A16 (or 0x952A16) is known color: Burnt Umber. HEX triplet: 95, 2A and 16. RGB value is (149,42,22). Sum of RGB (Red+Green+Blue) = 149+42+22=213 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.95% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 149 - color contains mainly: red. Hex color #952A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A16 is #6AD5E9. Grayscale: #474747. Windows color (decimal): -7001578 or 1452693. OLE color: 1452693.
HSL color Cylindrical-coordinate representation of color #952A16: hue angle of 9.45º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #952A16 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 22 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.42 |
| HSL | 9.45º | 0.74% | 0.34% | - |
| HSV(B) | 9.45º | 0.85% | 0.58% | - |
| XYZ | 13.37 | 8.1 | 1.62 | - |
| YUV | 71.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 22 | 0 | 0.72 | 0.85 | 0.42 | 9.45 | 0.74 | 0.34 |
| Hex | 95 | 2A | 16 | 0 | 48 | 55 | 2A | 9 | 4A | 22 |
| Octal | 225 | 52 | 26 | 0 | 110 | 125 | 52 | 11 | 112 | 42 |
| Binary | 10010101 | 101010 | 10110 | 0 | 1001000 | 1010101 | 101010 | 1001 | 1001010 | 100010 |
Color Harmonies of #952A16
Complementary color
Monochromatic Colors of #952A16
Black with #952A16
Text Example
Text Example
White with #952A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A16; }
p { color: rgb(149,42,22); }
H1.HeaderClassName
{
color: #952A16;
}
.AnyTagClassName
{
color: #952A16;
}
</style>
background-color css
<style>
a { background-color: #952A16; }
a { background-color: rgb(149,42,22); }
div.DivClassName
{
background-color: #952A16;
}
.BgClassName
{
background-color: #952A16;
}
</style>
border-color css
<style>
span { border-color: #952A16; }
span { border-color: rgb(149,42,22); }
td.TdClassName
{
border-color: #952A16;
}
.TagClassName
{
border-color: #952A16;
}
</style>