Shades of Burnt Umber #952A15
Tints of Burnt Umber #952A15
RGB
CMYK
RGB Variations
Color information
#952A15 (or 0x952A15) is known color: Burnt Umber. HEX triplet: 95, 2A and 15. RGB value is (149,42,21). Sum of RGB (Red+Green+Blue) = 149+42+21=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #952A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A15 is #6AD5EA. Grayscale: #474747. Windows color (decimal): -7001579 or 1387157. OLE color: 1387157.
HSL color Cylindrical-coordinate representation of color #952A15: hue angle of 9.84º 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 #952A15 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 21 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.42 |
| HSL | 9.84º | 0.75% | 0.33% | - |
| HSV(B) | 9.84º | 0.86% | 0.58% | - |
| XYZ | 13.36 | 8.1 | 1.57 | - |
| YUV | 71.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 21 | 0 | 0.72 | 0.86 | 0.42 | 9.84 | 0.75 | 0.33 |
| Hex | 95 | 2A | 15 | 0 | 48 | 56 | 2A | A | 4B | 21 |
| Octal | 225 | 52 | 25 | 0 | 110 | 126 | 52 | 12 | 113 | 41 |
| Binary | 10010101 | 101010 | 10101 | 0 | 1001000 | 1010110 | 101010 | 1010 | 1001011 | 100001 |
Color Harmonies of #952A15
Complementary color
Monochromatic Colors of #952A15
Black with #952A15
Text Example
Text Example
White with #952A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A15; }
p { color: rgb(149,42,21); }
H1.HeaderClassName
{
color: #952A15;
}
.AnyTagClassName
{
color: #952A15;
}
</style>
background-color css
<style>
a { background-color: #952A15; }
a { background-color: rgb(149,42,21); }
div.DivClassName
{
background-color: #952A15;
}
.BgClassName
{
background-color: #952A15;
}
</style>
border-color css
<style>
span { border-color: #952A15; }
span { border-color: rgb(149,42,21); }
td.TdClassName
{
border-color: #952A15;
}
.TagClassName
{
border-color: #952A15;
}
</style>