Shades of Alert Tan #99492A
Tints of Alert Tan #99492A
RGB
CMYK
RGB Variations
Color information
#99492A (or 0x99492A) is known color: Alert Tan. HEX triplet: 99, 49 and 2A. RGB value is (153,73,42). Sum of RGB (Red+Green+Blue) = 153+73+42=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #99492A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99492A is #66B6D5. Grayscale: #5D5D5D. Windows color (decimal): -6731478 or 2771353. OLE color: 2771353.
HSL color Cylindrical-coordinate representation of color #99492A: hue angle of 16.76º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99492A is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 42 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.4 |
| HSL | 16.76º | 0.57% | 0.38% | - |
| HSV(B) | 16.76º | 0.73% | 0.6% | - |
| XYZ | 15.94 | 11.7 | 3.61 | - |
| YUV | 93.39 | 99 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 42 | 0 | 0.52 | 0.73 | 0.4 | 16.76 | 0.57 | 0.38 |
| Hex | 99 | 49 | 2A | 0 | 34 | 49 | 28 | 11 | 39 | 26 |
| Octal | 231 | 111 | 52 | 0 | 64 | 111 | 50 | 21 | 71 | 46 |
| Binary | 10011001 | 1001001 | 101010 | 0 | 110100 | 1001001 | 101000 | 10001 | 111001 | 100110 |
Color Harmonies of #99492A
Complementary color
Monochromatic Colors of #99492A
Black with #99492A
Text Example
Text Example
White with #99492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99492A; }
p { color: rgb(153,73,42); }
H1.HeaderClassName
{
color: #99492A;
}
.AnyTagClassName
{
color: #99492A;
}
</style>
background-color css
<style>
a { background-color: #99492A; }
a { background-color: rgb(153,73,42); }
div.DivClassName
{
background-color: #99492A;
}
.BgClassName
{
background-color: #99492A;
}
</style>
border-color css
<style>
span { border-color: #99492A; }
span { border-color: rgb(153,73,42); }
td.TdClassName
{
border-color: #99492A;
}
.TagClassName
{
border-color: #99492A;
}
</style>