Shades of Burnt Umber #953122
Tints of Burnt Umber #953122
RGB
CMYK
RGB Variations
Color information
#953122 (or 0x953122) is known color: Burnt Umber. HEX triplet: 95, 31 and 22. RGB value is (149,49,34). Sum of RGB (Red+Green+Blue) = 149+49+34=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #953122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953122 is #6ACEDD. Grayscale: #4D4D4D. Windows color (decimal): -6999774 or 2240917. OLE color: 2240917.
HSL color Cylindrical-coordinate representation of color #953122: hue angle of 7.83º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #953122 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 34 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.42 |
| HSL | 7.83º | 0.63% | 0.36% | - |
| HSV(B) | 7.83º | 0.77% | 0.58% | - |
| XYZ | 13.78 | 8.7 | 2.47 | - |
| YUV | 77.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 34 | 0 | 0.67 | 0.77 | 0.42 | 7.83 | 0.63 | 0.36 |
| Hex | 95 | 31 | 22 | 0 | 43 | 4D | 2A | 8 | 3F | 24 |
| Octal | 225 | 61 | 42 | 0 | 103 | 115 | 52 | 10 | 77 | 44 |
| Binary | 10010101 | 110001 | 100010 | 0 | 1000011 | 1001101 | 101010 | 1000 | 111111 | 100100 |
Color Harmonies of #953122
Complementary color
Monochromatic Colors of #953122
Black with #953122
Text Example
Text Example
White with #953122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953122; }
p { color: rgb(149,49,34); }
H1.HeaderClassName
{
color: #953122;
}
.AnyTagClassName
{
color: #953122;
}
</style>
background-color css
<style>
a { background-color: #953122; }
a { background-color: rgb(149,49,34); }
div.DivClassName
{
background-color: #953122;
}
.BgClassName
{
background-color: #953122;
}
</style>
border-color css
<style>
span { border-color: #953122; }
span { border-color: rgb(149,49,34); }
td.TdClassName
{
border-color: #953122;
}
.TagClassName
{
border-color: #953122;
}
</style>