Shades of Burnt Umber #953120
Tints of Burnt Umber #953120
RGB
CMYK
RGB Variations
Color information
#953120 (or 0x953120) is known color: Burnt Umber. HEX triplet: 95, 31 and 20. RGB value is (149,49,32). Sum of RGB (Red+Green+Blue) = 149+49+32=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #953120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953120 is #6ACEDF. Grayscale: #4D4D4D. Windows color (decimal): -6999776 or 2109845. OLE color: 2109845.
HSL color Cylindrical-coordinate representation of color #953120: hue angle of 8.72º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #953120 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 32 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.42 |
| HSL | 8.72º | 0.65% | 0.35% | - |
| HSV(B) | 8.72º | 0.79% | 0.58% | - |
| XYZ | 13.75 | 8.69 | 2.32 | - |
| YUV | 76.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 32 | 0 | 0.67 | 0.79 | 0.42 | 8.72 | 0.65 | 0.35 |
| Hex | 95 | 31 | 20 | 0 | 43 | 4F | 2A | 9 | 41 | 23 |
| Octal | 225 | 61 | 40 | 0 | 103 | 117 | 52 | 11 | 101 | 43 |
| Binary | 10010101 | 110001 | 100000 | 0 | 1000011 | 1001111 | 101010 | 1001 | 1000001 | 100011 |
Color Harmonies of #953120
Complementary color
Monochromatic Colors of #953120
Black with #953120
Text Example
Text Example
White with #953120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953120; }
p { color: rgb(149,49,32); }
H1.HeaderClassName
{
color: #953120;
}
.AnyTagClassName
{
color: #953120;
}
</style>
background-color css
<style>
a { background-color: #953120; }
a { background-color: rgb(149,49,32); }
div.DivClassName
{
background-color: #953120;
}
.BgClassName
{
background-color: #953120;
}
</style>
border-color css
<style>
span { border-color: #953120; }
span { border-color: rgb(149,49,32); }
td.TdClassName
{
border-color: #953120;
}
.TagClassName
{
border-color: #953120;
}
</style>