Shades of Burnt Umber #953226
Tints of Burnt Umber #953226
RGB
CMYK
RGB Variations
Color information
#953226 (or 0x953226) is known color: Burnt Umber. HEX triplet: 95, 32 and 26. RGB value is (149,50,38). Sum of RGB (Red+Green+Blue) = 149+50+38=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #953226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953226 is #6ACDD9. Grayscale: #4E4E4E. Windows color (decimal): -6999514 or 2503317. OLE color: 2503317.
HSL color Cylindrical-coordinate representation of color #953226: hue angle of 6.49º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953226 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 38 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.42 |
| HSL | 6.49º | 0.59% | 0.37% | - |
| HSV(B) | 6.49º | 0.74% | 0.58% | - |
| XYZ | 13.88 | 8.81 | 2.8 | - |
| YUV | 78.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 38 | 0 | 0.66 | 0.74 | 0.42 | 6.49 | 0.59 | 0.37 |
| Hex | 95 | 32 | 26 | 0 | 42 | 4A | 2A | 6 | 3B | 25 |
| Octal | 225 | 62 | 46 | 0 | 102 | 112 | 52 | 6 | 73 | 45 |
| Binary | 10010101 | 110010 | 100110 | 0 | 1000010 | 1001010 | 101010 | 110 | 111011 | 100101 |
Color Harmonies of #953226
Complementary color
Monochromatic Colors of #953226
Black with #953226
Text Example
Text Example
White with #953226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953226; }
p { color: rgb(149,50,38); }
H1.HeaderClassName
{
color: #953226;
}
.AnyTagClassName
{
color: #953226;
}
</style>
background-color css
<style>
a { background-color: #953226; }
a { background-color: rgb(149,50,38); }
div.DivClassName
{
background-color: #953226;
}
.BgClassName
{
background-color: #953226;
}
</style>
border-color css
<style>
span { border-color: #953226; }
span { border-color: rgb(149,50,38); }
td.TdClassName
{
border-color: #953226;
}
.TagClassName
{
border-color: #953226;
}
</style>