Shades of Burnt Umber #952F16
Tints of Burnt Umber #952F16
RGB
CMYK
RGB Variations
Color information
#952F16 (or 0x952F16) is known color: Burnt Umber. HEX triplet: 95, 2F and 16. RGB value is (149,47,22). Sum of RGB (Red+Green+Blue) = 149+47+22=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #952F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F16 is #6AD0E9. Grayscale: #4A4A4A. Windows color (decimal): -7000298 or 1453973. OLE color: 1453973.
HSL color Cylindrical-coordinate representation of color #952F16: hue angle of 11.81º 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 #952F16 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 22 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.42 |
| HSL | 11.81º | 0.74% | 0.34% | - |
| HSV(B) | 11.81º | 0.85% | 0.58% | - |
| XYZ | 13.56 | 8.48 | 1.68 | - |
| YUV | 74.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 22 | 0 | 0.68 | 0.85 | 0.42 | 11.81 | 0.74 | 0.34 |
| Hex | 95 | 2F | 16 | 0 | 44 | 55 | 2A | C | 4A | 22 |
| Octal | 225 | 57 | 26 | 0 | 104 | 125 | 52 | 14 | 112 | 42 |
| Binary | 10010101 | 101111 | 10110 | 0 | 1000100 | 1010101 | 101010 | 1100 | 1001010 | 100010 |
Color Harmonies of #952F16
Complementary color
Monochromatic Colors of #952F16
Black with #952F16
Text Example
Text Example
White with #952F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F16; }
p { color: rgb(149,47,22); }
H1.HeaderClassName
{
color: #952F16;
}
.AnyTagClassName
{
color: #952F16;
}
</style>
background-color css
<style>
a { background-color: #952F16; }
a { background-color: rgb(149,47,22); }
div.DivClassName
{
background-color: #952F16;
}
.BgClassName
{
background-color: #952F16;
}
</style>
border-color css
<style>
span { border-color: #952F16; }
span { border-color: rgb(149,47,22); }
td.TdClassName
{
border-color: #952F16;
}
.TagClassName
{
border-color: #952F16;
}
</style>