Shades of Alert Tan #994E31
Tints of Alert Tan #994E31
RGB
CMYK
RGB Variations
Color information
#994E31 (or 0x994E31) is known color: Alert Tan. HEX triplet: 99, 4E and 31. RGB value is (153,78,49). Sum of RGB (Red+Green+Blue) = 153+78+49=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #994E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994E31 is #66B1CE. Grayscale: #616161. Windows color (decimal): -6730191 or 3231385. OLE color: 3231385.
HSL color Cylindrical-coordinate representation of color #994E31: hue angle of 16.73º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #994E31 is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 49 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.4 |
| HSL | 16.73º | 0.51% | 0.4% | - |
| HSV(B) | 16.73º | 0.68% | 0.6% | - |
| XYZ | 16.42 | 12.44 | 4.44 | - |
| YUV | 97.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 49 | 0 | 0.49 | 0.68 | 0.4 | 16.73 | 0.51 | 0.4 |
| Hex | 99 | 4E | 31 | 0 | 31 | 44 | 28 | 11 | 33 | 28 |
| Octal | 231 | 116 | 61 | 0 | 61 | 104 | 50 | 21 | 63 | 50 |
| Binary | 10011001 | 1001110 | 110001 | 0 | 110001 | 1000100 | 101000 | 10001 | 110011 | 101000 |
Color Harmonies of #994E31
Complementary color
Monochromatic Colors of #994E31
Black with #994E31
Text Example
Text Example
White with #994E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E31; }
p { color: rgb(153,78,49); }
H1.HeaderClassName
{
color: #994E31;
}
.AnyTagClassName
{
color: #994E31;
}
</style>
background-color css
<style>
a { background-color: #994E31; }
a { background-color: rgb(153,78,49); }
div.DivClassName
{
background-color: #994E31;
}
.BgClassName
{
background-color: #994E31;
}
</style>
border-color css
<style>
span { border-color: #994E31; }
span { border-color: rgb(153,78,49); }
td.TdClassName
{
border-color: #994E31;
}
.TagClassName
{
border-color: #994E31;
}
</style>