Shades of Burnt Umber #952915
Tints of Burnt Umber #952915
RGB
CMYK
RGB Variations
Color information
#952915 (or 0x952915) is known color: Burnt Umber. HEX triplet: 95, 29 and 15. RGB value is (149,41,21). Sum of RGB (Red+Green+Blue) = 149+41+21=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #952915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952915 is #6AD6EA. Grayscale: #474747. Windows color (decimal): -7001835 or 1386901. OLE color: 1386901.
HSL color Cylindrical-coordinate representation of color #952915: hue angle of 9.38º 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 #952915 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 21 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.42 |
| HSL | 9.38º | 0.75% | 0.33% | - |
| HSV(B) | 9.38º | 0.86% | 0.58% | - |
| XYZ | 13.32 | 8.03 | 1.56 | - |
| YUV | 71.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 21 | 0 | 0.72 | 0.86 | 0.42 | 9.38 | 0.75 | 0.33 |
| Hex | 95 | 29 | 15 | 0 | 48 | 56 | 2A | 9 | 4B | 21 |
| Octal | 225 | 51 | 25 | 0 | 110 | 126 | 52 | 11 | 113 | 41 |
| Binary | 10010101 | 101001 | 10101 | 0 | 1001000 | 1010110 | 101010 | 1001 | 1001011 | 100001 |
Color Harmonies of #952915
Complementary color
Monochromatic Colors of #952915
Black with #952915
Text Example
Text Example
White with #952915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952915; }
p { color: rgb(149,41,21); }
H1.HeaderClassName
{
color: #952915;
}
.AnyTagClassName
{
color: #952915;
}
</style>
background-color css
<style>
a { background-color: #952915; }
a { background-color: rgb(149,41,21); }
div.DivClassName
{
background-color: #952915;
}
.BgClassName
{
background-color: #952915;
}
</style>
border-color css
<style>
span { border-color: #952915; }
span { border-color: rgb(149,41,21); }
td.TdClassName
{
border-color: #952915;
}
.TagClassName
{
border-color: #952915;
}
</style>