Shades of Alert Tan #98492C
Tints of Alert Tan #98492C
RGB
CMYK
RGB Variations
Color information
#98492C (or 0x98492C) is known color: Alert Tan. HEX triplet: 98, 49 and 2C. RGB value is (152,73,44). Sum of RGB (Red+Green+Blue) = 152+73+44=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98492C is #67B6D3. Grayscale: #5D5D5D. Windows color (decimal): -6797012 or 2902424. OLE color: 2902424.
HSL color Cylindrical-coordinate representation of color #98492C: hue angle of 16.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98492C is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 44 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.40 |
| HSL | 16.11º | 0.55% | 0.38% | - |
| HSV(B) | 16.11º | 0.71% | 0.6% | - |
| XYZ | 15.79 | 11.62 | 3.79 | - |
| YUV | 93.32 | 100.17 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 44 | 0 | 0.52 | 0.71 | 0.40 | 16.11 | 0.55 | 0.38 |
| Hex | 98 | 49 | 2C | 0 | 34 | 47 | 28 | 10 | 37 | 26 |
| Octal | 230 | 111 | 54 | 0 | 64 | 107 | 50 | 20 | 67 | 46 |
| Binary | 10011000 | 1001001 | 101100 | 0 | 110100 | 1000111 | 101000 | 10000 | 110111 | 100110 |
Color Harmonies of #98492C
Complementary color
Monochromatic Colors of #98492C
Black with #98492C
Text Example
Text Example
White with #98492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98492C; }
p { color: rgb(152,73,44); }
H1.HeaderClassName
{
color: #98492C;
}
.AnyTagClassName
{
color: #98492C;
}
</style>
background-color css
<style>
a { background-color: #98492C; }
a { background-color: rgb(152,73,44); }
div.DivClassName
{
background-color: #98492C;
}
.BgClassName
{
background-color: #98492C;
}
</style>
border-color css
<style>
span { border-color: #98492C; }
span { border-color: rgb(152,73,44); }
td.TdClassName
{
border-color: #98492C;
}
.TagClassName
{
border-color: #98492C;
}
</style>