Shades of Burnt Umber #952C15
Tints of Burnt Umber #952C15
RGB
CMYK
RGB Variations
Color information
#952C15 (or 0x952C15) is known color: Burnt Umber. HEX triplet: 95, 2C and 15. RGB value is (149,44,21). Sum of RGB (Red+Green+Blue) = 149+44+21=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #952C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C15 is #6AD3EA. Grayscale: #484848. Windows color (decimal): -7001067 or 1387669. OLE color: 1387669.
HSL color Cylindrical-coordinate representation of color #952C15: hue angle of 10.78º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #952C15 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 44 | 21 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.42 |
| HSL | 10.78º | 0.75% | 0.33% | - |
| HSV(B) | 10.78º | 0.86% | 0.58% | - |
| XYZ | 13.43 | 8.25 | 1.59 | - |
| YUV | 72.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 21 | 0 | 0.70 | 0.86 | 0.42 | 10.78 | 0.75 | 0.33 |
| Hex | 95 | 2C | 15 | 0 | 46 | 56 | 2A | B | 4B | 21 |
| Octal | 225 | 54 | 25 | 0 | 106 | 126 | 52 | 13 | 113 | 41 |
| Binary | 10010101 | 101100 | 10101 | 0 | 1000110 | 1010110 | 101010 | 1011 | 1001011 | 100001 |
Color Harmonies of #952C15
Complementary color
Monochromatic Colors of #952C15
Black with #952C15
Text Example
Text Example
White with #952C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C15; }
p { color: rgb(149,44,21); }
H1.HeaderClassName
{
color: #952C15;
}
.AnyTagClassName
{
color: #952C15;
}
</style>
background-color css
<style>
a { background-color: #952C15; }
a { background-color: rgb(149,44,21); }
div.DivClassName
{
background-color: #952C15;
}
.BgClassName
{
background-color: #952C15;
}
</style>
border-color css
<style>
span { border-color: #952C15; }
span { border-color: rgb(149,44,21); }
td.TdClassName
{
border-color: #952C15;
}
.TagClassName
{
border-color: #952C15;
}
</style>