Shades of Burnt Umber #993221
Tints of Burnt Umber #993221
RGB
CMYK
RGB Variations
Color information
#993221 (or 0x993221) is known color: Burnt Umber. HEX triplet: 99, 32 and 21. RGB value is (153,50,33). Sum of RGB (Red+Green+Blue) = 153+50+33=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #993221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993221 is #66CDDE. Grayscale: #4F4F4F. Windows color (decimal): -6737375 or 2175641. OLE color: 2175641.
HSL color Cylindrical-coordinate representation of color #993221: hue angle of 8.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #993221 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 33 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.4 |
| HSL | 8.5º | 0.65% | 0.36% | - |
| HSV(B) | 8.5º | 0.78% | 0.6% | - |
| XYZ | 14.55 | 9.16 | 2.44 | - |
| YUV | 78.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 33 | 0 | 0.67 | 0.78 | 0.4 | 8.5 | 0.65 | 0.36 |
| Hex | 99 | 32 | 21 | 0 | 43 | 4E | 28 | 8 | 41 | 24 |
| Octal | 231 | 62 | 41 | 0 | 103 | 116 | 50 | 10 | 101 | 44 |
| Binary | 10011001 | 110010 | 100001 | 0 | 1000011 | 1001110 | 101000 | 1000 | 1000001 | 100100 |
Color Harmonies of #993221
Complementary color
Monochromatic Colors of #993221
Black with #993221
Text Example
Text Example
White with #993221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993221; }
p { color: rgb(153,50,33); }
H1.HeaderClassName
{
color: #993221;
}
.AnyTagClassName
{
color: #993221;
}
</style>
background-color css
<style>
a { background-color: #993221; }
a { background-color: rgb(153,50,33); }
div.DivClassName
{
background-color: #993221;
}
.BgClassName
{
background-color: #993221;
}
</style>
border-color css
<style>
span { border-color: #993221; }
span { border-color: rgb(153,50,33); }
td.TdClassName
{
border-color: #993221;
}
.TagClassName
{
border-color: #993221;
}
</style>