Shades of Burnt Umber #953124
Tints of Burnt Umber #953124
RGB
CMYK
RGB Variations
Color information
#953124 (or 0x953124) is known color: Burnt Umber. HEX triplet: 95, 31 and 24. RGB value is (149,49,36). Sum of RGB (Red+Green+Blue) = 149+49+36=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 36 (14.45% from 255 or 15.38% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #953124 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953124 is #6ACEDB. Grayscale: #4D4D4D. Windows color (decimal): -6999772 or 2371989. OLE color: 2371989.
HSL color Cylindrical-coordinate representation of color #953124: hue angle of 6.9º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #953124 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 36 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.42 |
| HSL | 6.9º | 0.61% | 0.36% | - |
| HSV(B) | 6.9º | 0.76% | 0.58% | - |
| XYZ | 13.81 | 8.71 | 2.62 | - |
| YUV | 77.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 36 | 0 | 0.67 | 0.76 | 0.42 | 6.9 | 0.61 | 0.36 |
| Hex | 95 | 31 | 24 | 0 | 43 | 4C | 2A | 7 | 3D | 24 |
| Octal | 225 | 61 | 44 | 0 | 103 | 114 | 52 | 7 | 75 | 44 |
| Binary | 10010101 | 110001 | 100100 | 0 | 1000011 | 1001100 | 101010 | 111 | 111101 | 100100 |
Color Harmonies of #953124
Complementary color
Monochromatic Colors of #953124
Black with #953124
Text Example
Text Example
White with #953124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953124; }
p { color: rgb(149,49,36); }
H1.HeaderClassName
{
color: #953124;
}
.AnyTagClassName
{
color: #953124;
}
</style>
background-color css
<style>
a { background-color: #953124; }
a { background-color: rgb(149,49,36); }
div.DivClassName
{
background-color: #953124;
}
.BgClassName
{
background-color: #953124;
}
</style>
border-color css
<style>
span { border-color: #953124; }
span { border-color: rgb(149,49,36); }
td.TdClassName
{
border-color: #953124;
}
.TagClassName
{
border-color: #953124;
}
</style>