Shades of Burnt Umber #953519
Tints of Burnt Umber #953519
RGB
CMYK
RGB Variations
Color information
#953519 (or 0x953519) is known color: Burnt Umber. HEX triplet: 95, 35 and 19. RGB value is (149,53,25). Sum of RGB (Red+Green+Blue) = 149+53+25=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #953519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953519 is #6ACAE6. Grayscale: #4E4E4E. Windows color (decimal): -6998759 or 1652117. OLE color: 1652117.
HSL color Cylindrical-coordinate representation of color #953519: hue angle of 13.55º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #953519 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 25 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.42 |
| HSL | 13.55º | 0.71% | 0.34% | - |
| HSV(B) | 13.55º | 0.83% | 0.58% | - |
| XYZ | 13.84 | 9.01 | 1.93 | - |
| YUV | 78.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 25 | 0 | 0.64 | 0.83 | 0.42 | 13.55 | 0.71 | 0.34 |
| Hex | 95 | 35 | 19 | 0 | 40 | 53 | 2A | E | 47 | 22 |
| Octal | 225 | 65 | 31 | 0 | 100 | 123 | 52 | 16 | 107 | 42 |
| Binary | 10010101 | 110101 | 11001 | 0 | 1000000 | 1010011 | 101010 | 1110 | 1000111 | 100010 |
Color Harmonies of #953519
Complementary color
Monochromatic Colors of #953519
Black with #953519
Text Example
Text Example
White with #953519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953519; }
p { color: rgb(149,53,25); }
H1.HeaderClassName
{
color: #953519;
}
.AnyTagClassName
{
color: #953519;
}
</style>
background-color css
<style>
a { background-color: #953519; }
a { background-color: rgb(149,53,25); }
div.DivClassName
{
background-color: #953519;
}
.BgClassName
{
background-color: #953519;
}
</style>
border-color css
<style>
span { border-color: #953519; }
span { border-color: rgb(149,53,25); }
td.TdClassName
{
border-color: #953519;
}
.TagClassName
{
border-color: #953519;
}
</style>