Shades of Alert Tan #994A23
Tints of Alert Tan #994A23
RGB
CMYK
RGB Variations
Color information
#994A23 (or 0x994A23) is known color: Alert Tan. HEX triplet: 99, 4A and 23. RGB value is (153,74,35). Sum of RGB (Red+Green+Blue) = 153+74+35=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #994A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994A23 is #66B5DC. Grayscale: #5D5D5D. Windows color (decimal): -6731229 or 2312857. OLE color: 2312857.
HSL color Cylindrical-coordinate representation of color #994A23: hue angle of 19.83º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #994A23 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 35 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.4 |
| HSL | 19.83º | 0.63% | 0.37% | - |
| HSV(B) | 19.83º | 0.77% | 0.6% | - |
| XYZ | 15.89 | 11.79 | 3.03 | - |
| YUV | 93.18 | 95.17 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 35 | 0 | 0.52 | 0.77 | 0.4 | 19.83 | 0.63 | 0.37 |
| Hex | 99 | 4A | 23 | 0 | 34 | 4D | 28 | 14 | 3F | 25 |
| Octal | 231 | 112 | 43 | 0 | 64 | 115 | 50 | 24 | 77 | 45 |
| Binary | 10011001 | 1001010 | 100011 | 0 | 110100 | 1001101 | 101000 | 10100 | 111111 | 100101 |
Color Harmonies of #994A23
Complementary color
Monochromatic Colors of #994A23
Black with #994A23
Text Example
Text Example
White with #994A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A23; }
p { color: rgb(153,74,35); }
H1.HeaderClassName
{
color: #994A23;
}
.AnyTagClassName
{
color: #994A23;
}
</style>
background-color css
<style>
a { background-color: #994A23; }
a { background-color: rgb(153,74,35); }
div.DivClassName
{
background-color: #994A23;
}
.BgClassName
{
background-color: #994A23;
}
</style>
border-color css
<style>
span { border-color: #994A23; }
span { border-color: rgb(153,74,35); }
td.TdClassName
{
border-color: #994A23;
}
.TagClassName
{
border-color: #994A23;
}
</style>