Shades of Alert Tan #994B24
Tints of Alert Tan #994B24
RGB
CMYK
RGB Variations
Color information
#994B24 (or 0x994B24) is known color: Alert Tan. HEX triplet: 99, 4B and 24. RGB value is (153,75,36). Sum of RGB (Red+Green+Blue) = 153+75+36=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #994B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994B24 is #66B4DB. Grayscale: #5E5E5E. Windows color (decimal): -6730972 or 2378649. OLE color: 2378649.
HSL color Cylindrical-coordinate representation of color #994B24: hue angle of 20º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #994B24 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 36 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.4 |
| HSL | 20º | 0.62% | 0.37% | - |
| HSV(B) | 20º | 0.76% | 0.6% | - |
| XYZ | 15.97 | 11.93 | 3.13 | - |
| YUV | 93.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 36 | 0 | 0.51 | 0.76 | 0.4 | 20 | 0.62 | 0.37 |
| Hex | 99 | 4B | 24 | 0 | 33 | 4C | 28 | 14 | 3E | 25 |
| Octal | 231 | 113 | 44 | 0 | 63 | 114 | 50 | 24 | 76 | 45 |
| Binary | 10011001 | 1001011 | 100100 | 0 | 110011 | 1001100 | 101000 | 10100 | 111110 | 100101 |
Color Harmonies of #994B24
Complementary color
Monochromatic Colors of #994B24
Black with #994B24
Text Example
Text Example
White with #994B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B24; }
p { color: rgb(153,75,36); }
H1.HeaderClassName
{
color: #994B24;
}
.AnyTagClassName
{
color: #994B24;
}
</style>
background-color css
<style>
a { background-color: #994B24; }
a { background-color: rgb(153,75,36); }
div.DivClassName
{
background-color: #994B24;
}
.BgClassName
{
background-color: #994B24;
}
</style>
border-color css
<style>
span { border-color: #994B24; }
span { border-color: rgb(153,75,36); }
td.TdClassName
{
border-color: #994B24;
}
.TagClassName
{
border-color: #994B24;
}
</style>