Shades of Burnt Umber #952905
Tints of Burnt Umber #952905
RGB
CMYK
RGB Variations
Color information
#952905 (or 0x952905) is known color: Burnt Umber. HEX triplet: 95, 29 and 05. RGB value is (149,41,5). Sum of RGB (Red+Green+Blue) = 149+41+5=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #952905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952905 is #6AD6FA. Grayscale: #454545. Windows color (decimal): -7001851 or 338325. OLE color: 338325.
HSL color Cylindrical-coordinate representation of color #952905: hue angle of 15º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #952905 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.42 |
| HSL | 15º | 0.94% | 0.3% | - |
| HSV(B) | 15º | 0.97% | 0.58% | - |
| XYZ | 13.21 | 7.99 | 0.99 | - |
| YUV | 69.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 5 | 0 | 0.72 | 0.97 | 0.42 | 15 | 0.94 | 0.3 |
| Hex | 95 | 29 | 5 | 0 | 48 | 61 | 2A | F | 5E | 1E |
| Octal | 225 | 51 | 5 | 0 | 110 | 141 | 52 | 17 | 136 | 36 |
| Binary | 10010101 | 101001 | 101 | 0 | 1001000 | 1100001 | 101010 | 1111 | 1011110 | 11110 |
Color Harmonies of #952905
Complementary color
Monochromatic Colors of #952905
Black with #952905
Text Example
Text Example
White with #952905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952905; }
p { color: rgb(149,41,5); }
H1.HeaderClassName
{
color: #952905;
}
.AnyTagClassName
{
color: #952905;
}
</style>
background-color css
<style>
a { background-color: #952905; }
a { background-color: rgb(149,41,5); }
div.DivClassName
{
background-color: #952905;
}
.BgClassName
{
background-color: #952905;
}
</style>
border-color css
<style>
span { border-color: #952905; }
span { border-color: rgb(149,41,5); }
td.TdClassName
{
border-color: #952905;
}
.TagClassName
{
border-color: #952905;
}
</style>