Shades of Alert Tan #994921
Tints of Alert Tan #994921
RGB
CMYK
RGB Variations
Color information
#994921 (or 0x994921) is known color: Alert Tan. HEX triplet: 99, 49 and 21. RGB value is (153,73,33). Sum of RGB (Red+Green+Blue) = 153+73+33=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #994921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994921 is #66B6DE. Grayscale: #5C5C5C. Windows color (decimal): -6731487 or 2181529. OLE color: 2181529.
HSL color Cylindrical-coordinate representation of color #994921: hue angle of 20º 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 #994921 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 33 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.4 |
| HSL | 20º | 0.65% | 0.36% | - |
| HSV(B) | 20º | 0.78% | 0.6% | - |
| XYZ | 15.79 | 11.65 | 2.85 | - |
| YUV | 92.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 33 | 0 | 0.52 | 0.78 | 0.4 | 20 | 0.65 | 0.36 |
| Hex | 99 | 49 | 21 | 0 | 34 | 4E | 28 | 14 | 41 | 24 |
| Octal | 231 | 111 | 41 | 0 | 64 | 116 | 50 | 24 | 101 | 44 |
| Binary | 10011001 | 1001001 | 100001 | 0 | 110100 | 1001110 | 101000 | 10100 | 1000001 | 100100 |
Color Harmonies of #994921
Complementary color
Monochromatic Colors of #994921
Black with #994921
Text Example
Text Example
White with #994921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994921; }
p { color: rgb(153,73,33); }
H1.HeaderClassName
{
color: #994921;
}
.AnyTagClassName
{
color: #994921;
}
</style>
background-color css
<style>
a { background-color: #994921; }
a { background-color: rgb(153,73,33); }
div.DivClassName
{
background-color: #994921;
}
.BgClassName
{
background-color: #994921;
}
</style>
border-color css
<style>
span { border-color: #994921; }
span { border-color: rgb(153,73,33); }
td.TdClassName
{
border-color: #994921;
}
.TagClassName
{
border-color: #994921;
}
</style>