Shades of Burnt Umber #953422
Tints of Burnt Umber #953422
RGB
CMYK
RGB Variations
Color information
#953422 (or 0x953422) is known color: Burnt Umber. HEX triplet: 95, 34 and 22. RGB value is (149,52,34). Sum of RGB (Red+Green+Blue) = 149+52+34=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #953422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953422 is #6ACBDD. Grayscale: #4F4F4F. Windows color (decimal): -6999006 or 2241685. OLE color: 2241685.
HSL color Cylindrical-coordinate representation of color #953422: hue angle of 9.39º 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 #953422 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 52 | 34 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.42 |
| HSL | 9.39º | 0.63% | 0.36% | - |
| HSV(B) | 9.39º | 0.77% | 0.58% | - |
| XYZ | 13.91 | 8.96 | 2.51 | - |
| YUV | 78.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 34 | 0 | 0.65 | 0.77 | 0.42 | 9.39 | 0.63 | 0.36 |
| Hex | 95 | 34 | 22 | 0 | 41 | 4D | 2A | 9 | 3F | 24 |
| Octal | 225 | 64 | 42 | 0 | 101 | 115 | 52 | 11 | 77 | 44 |
| Binary | 10010101 | 110100 | 100010 | 0 | 1000001 | 1001101 | 101010 | 1001 | 111111 | 100100 |
Color Harmonies of #953422
Complementary color
Monochromatic Colors of #953422
Black with #953422
Text Example
Text Example
White with #953422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953422; }
p { color: rgb(149,52,34); }
H1.HeaderClassName
{
color: #953422;
}
.AnyTagClassName
{
color: #953422;
}
</style>
background-color css
<style>
a { background-color: #953422; }
a { background-color: rgb(149,52,34); }
div.DivClassName
{
background-color: #953422;
}
.BgClassName
{
background-color: #953422;
}
</style>
border-color css
<style>
span { border-color: #953422; }
span { border-color: rgb(149,52,34); }
td.TdClassName
{
border-color: #953422;
}
.TagClassName
{
border-color: #953422;
}
</style>