Shades of Burnt Umber #952C11
Tints of Burnt Umber #952C11
RGB
CMYK
RGB Variations
Color information
#952C11 (or 0x952C11) is known color: Burnt Umber. HEX triplet: 95, 2C and 11. RGB value is (149,44,17). Sum of RGB (Red+Green+Blue) = 149+44+17=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #952C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C11 is #6AD3EE. Grayscale: #484848. Windows color (decimal): -7001071 or 1125525. OLE color: 1125525.
HSL color Cylindrical-coordinate representation of color #952C11: hue angle of 12.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #952C11 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 17 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.42 |
| HSL | 12.27º | 0.8% | 0.33% | - |
| HSV(B) | 12.27º | 0.89% | 0.58% | - |
| XYZ | 13.4 | 8.23 | 1.41 | - |
| YUV | 72.32 | 96.79 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 17 | 0 | 0.70 | 0.89 | 0.42 | 12.27 | 0.8 | 0.33 |
| Hex | 95 | 2C | 11 | 0 | 46 | 59 | 2A | C | 50 | 21 |
| Octal | 225 | 54 | 21 | 0 | 106 | 131 | 52 | 14 | 120 | 41 |
| Binary | 10010101 | 101100 | 10001 | 0 | 1000110 | 1011001 | 101010 | 1100 | 1010000 | 100001 |
Color Harmonies of #952C11
Complementary color
Monochromatic Colors of #952C11
Black with #952C11
Text Example
Text Example
White with #952C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C11; }
p { color: rgb(149,44,17); }
H1.HeaderClassName
{
color: #952C11;
}
.AnyTagClassName
{
color: #952C11;
}
</style>
background-color css
<style>
a { background-color: #952C11; }
a { background-color: rgb(149,44,17); }
div.DivClassName
{
background-color: #952C11;
}
.BgClassName
{
background-color: #952C11;
}
</style>
border-color css
<style>
span { border-color: #952C11; }
span { border-color: rgb(149,44,17); }
td.TdClassName
{
border-color: #952C11;
}
.TagClassName
{
border-color: #952C11;
}
</style>