Shades of Alert Tan #98502D
Tints of Alert Tan #98502D
RGB
CMYK
RGB Variations
Color information
#98502D (or 0x98502D) is known color: Alert Tan. HEX triplet: 98, 50 and 2D. RGB value is (152,80,45). Sum of RGB (Red+Green+Blue) = 152+80+45=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98502D is #67AFD2. Grayscale: #616161. Windows color (decimal): -6795219 or 2969752. OLE color: 2969752.
HSL color Cylindrical-coordinate representation of color #98502D: hue angle of 19.63º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98502D is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 45 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.40 |
| HSL | 19.63º | 0.54% | 0.39% | - |
| HSV(B) | 19.63º | 0.7% | 0.6% | - |
| XYZ | 16.29 | 12.6 | 4.06 | - |
| YUV | 97.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 45 | 0 | 0.47 | 0.70 | 0.40 | 19.63 | 0.54 | 0.39 |
| Hex | 98 | 50 | 2D | 0 | 2F | 46 | 28 | 14 | 36 | 27 |
| Octal | 230 | 120 | 55 | 0 | 57 | 106 | 50 | 24 | 66 | 47 |
| Binary | 10011000 | 1010000 | 101101 | 0 | 101111 | 1000110 | 101000 | 10100 | 110110 | 100111 |
Color Harmonies of #98502D
Complementary color
Monochromatic Colors of #98502D
Black with #98502D
Text Example
Text Example
White with #98502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98502D; }
p { color: rgb(152,80,45); }
H1.HeaderClassName
{
color: #98502D;
}
.AnyTagClassName
{
color: #98502D;
}
</style>
background-color css
<style>
a { background-color: #98502D; }
a { background-color: rgb(152,80,45); }
div.DivClassName
{
background-color: #98502D;
}
.BgClassName
{
background-color: #98502D;
}
</style>
border-color css
<style>
span { border-color: #98502D; }
span { border-color: rgb(152,80,45); }
td.TdClassName
{
border-color: #98502D;
}
.TagClassName
{
border-color: #98502D;
}
</style>