Shades of Burnt Umber #952910
Tints of Burnt Umber #952910
RGB
CMYK
RGB Variations
Color information
#952910 (or 0x952910) is known color: Burnt Umber. HEX triplet: 95, 29 and 10. RGB value is (149,41,16). Sum of RGB (Red+Green+Blue) = 149+41+16=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #952910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952910 is #6AD6EF. Grayscale: #464646. Windows color (decimal): -7001840 or 1059221. OLE color: 1059221.
HSL color Cylindrical-coordinate representation of color #952910: hue angle of 11.28º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #952910 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 16 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.42 |
| HSL | 11.28º | 0.81% | 0.32% | - |
| HSV(B) | 11.28º | 0.89% | 0.58% | - |
| XYZ | 13.28 | 8.01 | 1.34 | - |
| YUV | 70.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 16 | 0 | 0.72 | 0.89 | 0.42 | 11.28 | 0.81 | 0.32 |
| Hex | 95 | 29 | 10 | 0 | 48 | 59 | 2A | B | 51 | 20 |
| Octal | 225 | 51 | 20 | 0 | 110 | 131 | 52 | 13 | 121 | 40 |
| Binary | 10010101 | 101001 | 10000 | 0 | 1001000 | 1011001 | 101010 | 1011 | 1010001 | 100000 |
Color Harmonies of #952910
Complementary color
Monochromatic Colors of #952910
Black with #952910
Text Example
Text Example
White with #952910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952910; }
p { color: rgb(149,41,16); }
H1.HeaderClassName
{
color: #952910;
}
.AnyTagClassName
{
color: #952910;
}
</style>
background-color css
<style>
a { background-color: #952910; }
a { background-color: rgb(149,41,16); }
div.DivClassName
{
background-color: #952910;
}
.BgClassName
{
background-color: #952910;
}
</style>
border-color css
<style>
span { border-color: #952910; }
span { border-color: rgb(149,41,16); }
td.TdClassName
{
border-color: #952910;
}
.TagClassName
{
border-color: #952910;
}
</style>