Shades of Burnt Umber #953011
Tints of Burnt Umber #953011
RGB
CMYK
RGB Variations
Color information
#953011 (or 0x953011) is known color: Burnt Umber. HEX triplet: 95, 30 and 11. RGB value is (149,48,17). Sum of RGB (Red+Green+Blue) = 149+48+17=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #953011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953011 is #6ACFEE. Grayscale: #4A4A4A. Windows color (decimal): -7000047 or 1126549. OLE color: 1126549.
HSL color Cylindrical-coordinate representation of color #953011: hue angle of 14.09º 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 #953011 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 17 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.42 |
| HSL | 14.09º | 0.8% | 0.33% | - |
| HSV(B) | 14.09º | 0.89% | 0.58% | - |
| XYZ | 13.55 | 8.54 | 1.47 | - |
| YUV | 74.67 | 95.46 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 17 | 0 | 0.68 | 0.89 | 0.42 | 14.09 | 0.8 | 0.33 |
| Hex | 95 | 30 | 11 | 0 | 44 | 59 | 2A | E | 50 | 21 |
| Octal | 225 | 60 | 21 | 0 | 104 | 131 | 52 | 16 | 120 | 41 |
| Binary | 10010101 | 110000 | 10001 | 0 | 1000100 | 1011001 | 101010 | 1110 | 1010000 | 100001 |
Color Harmonies of #953011
Complementary color
Monochromatic Colors of #953011
Black with #953011
Text Example
Text Example
White with #953011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953011; }
p { color: rgb(149,48,17); }
H1.HeaderClassName
{
color: #953011;
}
.AnyTagClassName
{
color: #953011;
}
</style>
background-color css
<style>
a { background-color: #953011; }
a { background-color: rgb(149,48,17); }
div.DivClassName
{
background-color: #953011;
}
.BgClassName
{
background-color: #953011;
}
</style>
border-color css
<style>
span { border-color: #953011; }
span { border-color: rgb(149,48,17); }
td.TdClassName
{
border-color: #953011;
}
.TagClassName
{
border-color: #953011;
}
</style>