Shades of Burnt Umber #993224
Tints of Burnt Umber #993224
RGB
CMYK
RGB Variations
Color information
#993224 (or 0x993224) is known color: Burnt Umber. HEX triplet: 99, 32 and 24. RGB value is (153,50,36). Sum of RGB (Red+Green+Blue) = 153+50+36=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #993224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993224 is #66CDDB. Grayscale: #4F4F4F. Windows color (decimal): -6737372 or 2372249. OLE color: 2372249.
HSL color Cylindrical-coordinate representation of color #993224: hue angle of 7.18º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993224 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 36 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.4 |
| HSL | 7.18º | 0.62% | 0.37% | - |
| HSV(B) | 7.18º | 0.76% | 0.6% | - |
| XYZ | 14.6 | 9.18 | 2.67 | - |
| YUV | 79.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 36 | 0 | 0.67 | 0.76 | 0.4 | 7.18 | 0.62 | 0.37 |
| Hex | 99 | 32 | 24 | 0 | 43 | 4C | 28 | 7 | 3E | 25 |
| Octal | 231 | 62 | 44 | 0 | 103 | 114 | 50 | 7 | 76 | 45 |
| Binary | 10011001 | 110010 | 100100 | 0 | 1000011 | 1001100 | 101000 | 111 | 111110 | 100101 |
Color Harmonies of #993224
Complementary color
Monochromatic Colors of #993224
Black with #993224
Text Example
Text Example
White with #993224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993224; }
p { color: rgb(153,50,36); }
H1.HeaderClassName
{
color: #993224;
}
.AnyTagClassName
{
color: #993224;
}
</style>
background-color css
<style>
a { background-color: #993224; }
a { background-color: rgb(153,50,36); }
div.DivClassName
{
background-color: #993224;
}
.BgClassName
{
background-color: #993224;
}
</style>
border-color css
<style>
span { border-color: #993224; }
span { border-color: rgb(153,50,36); }
td.TdClassName
{
border-color: #993224;
}
.TagClassName
{
border-color: #993224;
}
</style>