Shades of Burnt Umber #952F15
Tints of Burnt Umber #952F15
RGB
CMYK
RGB Variations
Color information
#952F15 (or 0x952F15) is known color: Burnt Umber. HEX triplet: 95, 2F and 15. RGB value is (149,47,21). Sum of RGB (Red+Green+Blue) = 149+47+21=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #952F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F15 is #6AD0EA. Grayscale: #4A4A4A. Windows color (decimal): -7000299 or 1388437. OLE color: 1388437.
HSL color Cylindrical-coordinate representation of color #952F15: hue angle of 12.19º 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 #952F15 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 21 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.42 |
| HSL | 12.19º | 0.75% | 0.33% | - |
| HSV(B) | 12.19º | 0.86% | 0.58% | - |
| XYZ | 13.55 | 8.48 | 1.63 | - |
| YUV | 74.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 21 | 0 | 0.68 | 0.86 | 0.42 | 12.19 | 0.75 | 0.33 |
| Hex | 95 | 2F | 15 | 0 | 44 | 56 | 2A | C | 4B | 21 |
| Octal | 225 | 57 | 25 | 0 | 104 | 126 | 52 | 14 | 113 | 41 |
| Binary | 10010101 | 101111 | 10101 | 0 | 1000100 | 1010110 | 101010 | 1100 | 1001011 | 100001 |
Color Harmonies of #952F15
Complementary color
Monochromatic Colors of #952F15
Black with #952F15
Text Example
Text Example
White with #952F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F15; }
p { color: rgb(149,47,21); }
H1.HeaderClassName
{
color: #952F15;
}
.AnyTagClassName
{
color: #952F15;
}
</style>
background-color css
<style>
a { background-color: #952F15; }
a { background-color: rgb(149,47,21); }
div.DivClassName
{
background-color: #952F15;
}
.BgClassName
{
background-color: #952F15;
}
</style>
border-color css
<style>
span { border-color: #952F15; }
span { border-color: rgb(149,47,21); }
td.TdClassName
{
border-color: #952F15;
}
.TagClassName
{
border-color: #952F15;
}
</style>