Shades of Burnt Umber #953223
Tints of Burnt Umber #953223
RGB
CMYK
RGB Variations
Color information
#953223 (or 0x953223) is known color: Burnt Umber. HEX triplet: 95, 32 and 23. RGB value is (149,50,35). Sum of RGB (Red+Green+Blue) = 149+50+35=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #953223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953223 is #6ACDDC. Grayscale: #4E4E4E. Windows color (decimal): -6999517 or 2306709. OLE color: 2306709.
HSL color Cylindrical-coordinate representation of color #953223: hue angle of 7.89º degrees, saturation: 0.62, 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 #953223 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 35 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.42 |
| HSL | 7.89º | 0.62% | 0.36% | - |
| HSV(B) | 7.89º | 0.77% | 0.58% | - |
| XYZ | 13.84 | 8.79 | 2.56 | - |
| YUV | 77.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 35 | 0 | 0.66 | 0.77 | 0.42 | 7.89 | 0.62 | 0.36 |
| Hex | 95 | 32 | 23 | 0 | 42 | 4D | 2A | 8 | 3E | 24 |
| Octal | 225 | 62 | 43 | 0 | 102 | 115 | 52 | 10 | 76 | 44 |
| Binary | 10010101 | 110010 | 100011 | 0 | 1000010 | 1001101 | 101010 | 1000 | 111110 | 100100 |
Color Harmonies of #953223
Complementary color
Monochromatic Colors of #953223
Black with #953223
Text Example
Text Example
White with #953223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953223; }
p { color: rgb(149,50,35); }
H1.HeaderClassName
{
color: #953223;
}
.AnyTagClassName
{
color: #953223;
}
</style>
background-color css
<style>
a { background-color: #953223; }
a { background-color: rgb(149,50,35); }
div.DivClassName
{
background-color: #953223;
}
.BgClassName
{
background-color: #953223;
}
</style>
border-color css
<style>
span { border-color: #953223; }
span { border-color: rgb(149,50,35); }
td.TdClassName
{
border-color: #953223;
}
.TagClassName
{
border-color: #953223;
}
</style>