Shades of Burnt Umber #953017
Tints of Burnt Umber #953017
RGB
CMYK
RGB Variations
Color information
#953017 (or 0x953017) is known color: Burnt Umber. HEX triplet: 95, 30 and 17. RGB value is (149,48,23). Sum of RGB (Red+Green+Blue) = 149+48+23=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #953017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953017 is #6ACFE8. Grayscale: #4B4B4B. Windows color (decimal): -7000041 or 1519765. OLE color: 1519765.
HSL color Cylindrical-coordinate representation of color #953017: hue angle of 11.9º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #953017 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 23 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.42 |
| HSL | 11.9º | 0.73% | 0.34% | - |
| HSV(B) | 11.9º | 0.85% | 0.58% | - |
| XYZ | 13.61 | 8.57 | 1.75 | - |
| YUV | 75.35 | 98.46 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 23 | 0 | 0.68 | 0.85 | 0.42 | 11.9 | 0.73 | 0.34 |
| Hex | 95 | 30 | 17 | 0 | 44 | 55 | 2A | C | 49 | 22 |
| Octal | 225 | 60 | 27 | 0 | 104 | 125 | 52 | 14 | 111 | 42 |
| Binary | 10010101 | 110000 | 10111 | 0 | 1000100 | 1010101 | 101010 | 1100 | 1001001 | 100010 |
Color Harmonies of #953017
Complementary color
Monochromatic Colors of #953017
Black with #953017
Text Example
Text Example
White with #953017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953017; }
p { color: rgb(149,48,23); }
H1.HeaderClassName
{
color: #953017;
}
.AnyTagClassName
{
color: #953017;
}
</style>
background-color css
<style>
a { background-color: #953017; }
a { background-color: rgb(149,48,23); }
div.DivClassName
{
background-color: #953017;
}
.BgClassName
{
background-color: #953017;
}
</style>
border-color css
<style>
span { border-color: #953017; }
span { border-color: rgb(149,48,23); }
td.TdClassName
{
border-color: #953017;
}
.TagClassName
{
border-color: #953017;
}
</style>