Shades of Burnt Umber #952811
Tints of Burnt Umber #952811
RGB
CMYK
RGB Variations
Color information
#952811 (or 0x952811) is known color: Burnt Umber. HEX triplet: 95, 28 and 11. RGB value is (149,40,17). Sum of RGB (Red+Green+Blue) = 149+40+17=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #952811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952811 is #6AD7EE. Grayscale: #464646. Windows color (decimal): -7002095 or 1124501. OLE color: 1124501.
HSL color Cylindrical-coordinate representation of color #952811: hue angle of 10.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #952811 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 17 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.42 |
| HSL | 10.45º | 0.8% | 0.33% | - |
| HSV(B) | 10.45º | 0.89% | 0.58% | - |
| XYZ | 13.25 | 7.95 | 1.37 | - |
| YUV | 69.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 17 | 0 | 0.73 | 0.89 | 0.42 | 10.45 | 0.8 | 0.33 |
| Hex | 95 | 28 | 11 | 0 | 49 | 59 | 2A | A | 50 | 21 |
| Octal | 225 | 50 | 21 | 0 | 111 | 131 | 52 | 12 | 120 | 41 |
| Binary | 10010101 | 101000 | 10001 | 0 | 1001001 | 1011001 | 101010 | 1010 | 1010000 | 100001 |
Color Harmonies of #952811
Complementary color
Monochromatic Colors of #952811
Black with #952811
Text Example
Text Example
White with #952811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952811; }
p { color: rgb(149,40,17); }
H1.HeaderClassName
{
color: #952811;
}
.AnyTagClassName
{
color: #952811;
}
</style>
background-color css
<style>
a { background-color: #952811; }
a { background-color: rgb(149,40,17); }
div.DivClassName
{
background-color: #952811;
}
.BgClassName
{
background-color: #952811;
}
</style>
border-color css
<style>
span { border-color: #952811; }
span { border-color: rgb(149,40,17); }
td.TdClassName
{
border-color: #952811;
}
.TagClassName
{
border-color: #952811;
}
</style>