Shades of Burnt Umber #993211
Tints of Burnt Umber #993211
RGB
CMYK
RGB Variations
Color information
#993211 (or 0x993211) is known color: Burnt Umber. HEX triplet: 99, 32 and 11. RGB value is (153,50,17). Sum of RGB (Red+Green+Blue) = 153+50+17=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #993211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993211 is #66CDEE. Grayscale: #4D4D4D. Windows color (decimal): -6737391 or 1127065. OLE color: 1127065.
HSL color Cylindrical-coordinate representation of color #993211: hue angle of 14.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #993211 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 17 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.4 |
| HSL | 14.56º | 0.8% | 0.33% | - |
| HSV(B) | 14.56º | 0.89% | 0.6% | - |
| XYZ | 14.38 | 9.09 | 1.53 | - |
| YUV | 77.04 | 94.12 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 17 | 0 | 0.67 | 0.89 | 0.4 | 14.56 | 0.8 | 0.33 |
| Hex | 99 | 32 | 11 | 0 | 43 | 59 | 28 | F | 50 | 21 |
| Octal | 231 | 62 | 21 | 0 | 103 | 131 | 50 | 17 | 120 | 41 |
| Binary | 10011001 | 110010 | 10001 | 0 | 1000011 | 1011001 | 101000 | 1111 | 1010000 | 100001 |
Color Harmonies of #993211
Complementary color
Monochromatic Colors of #993211
Black with #993211
Text Example
Text Example
White with #993211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993211; }
p { color: rgb(153,50,17); }
H1.HeaderClassName
{
color: #993211;
}
.AnyTagClassName
{
color: #993211;
}
</style>
background-color css
<style>
a { background-color: #993211; }
a { background-color: rgb(153,50,17); }
div.DivClassName
{
background-color: #993211;
}
.BgClassName
{
background-color: #993211;
}
</style>
border-color css
<style>
span { border-color: #993211; }
span { border-color: rgb(153,50,17); }
td.TdClassName
{
border-color: #993211;
}
.TagClassName
{
border-color: #993211;
}
</style>