Shades of Burnt Umber #953022
Tints of Burnt Umber #953022
RGB
CMYK
RGB Variations
Color information
#953022 (or 0x953022) is known color: Burnt Umber. HEX triplet: 95, 30 and 22. RGB value is (149,48,34). Sum of RGB (Red+Green+Blue) = 149+48+34=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #953022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953022 is #6ACFDD. Grayscale: #4C4C4C. Windows color (decimal): -7000030 or 2240661. OLE color: 2240661.
HSL color Cylindrical-coordinate representation of color #953022: hue angle of 7.3º 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 #953022 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 34 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.42 |
| HSL | 7.3º | 0.63% | 0.36% | - |
| HSV(B) | 7.3º | 0.77% | 0.58% | - |
| XYZ | 13.74 | 8.62 | 2.45 | - |
| YUV | 76.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 34 | 0 | 0.68 | 0.77 | 0.42 | 7.3 | 0.63 | 0.36 |
| Hex | 95 | 30 | 22 | 0 | 44 | 4D | 2A | 7 | 3F | 24 |
| Octal | 225 | 60 | 42 | 0 | 104 | 115 | 52 | 7 | 77 | 44 |
| Binary | 10010101 | 110000 | 100010 | 0 | 1000100 | 1001101 | 101010 | 111 | 111111 | 100100 |
Color Harmonies of #953022
Complementary color
Monochromatic Colors of #953022
Black with #953022
Text Example
Text Example
White with #953022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953022; }
p { color: rgb(149,48,34); }
H1.HeaderClassName
{
color: #953022;
}
.AnyTagClassName
{
color: #953022;
}
</style>
background-color css
<style>
a { background-color: #953022; }
a { background-color: rgb(149,48,34); }
div.DivClassName
{
background-color: #953022;
}
.BgClassName
{
background-color: #953022;
}
</style>
border-color css
<style>
span { border-color: #953022; }
span { border-color: rgb(149,48,34); }
td.TdClassName
{
border-color: #953022;
}
.TagClassName
{
border-color: #953022;
}
</style>