Shades of Alert Tan #98502F
Tints of Alert Tan #98502F
RGB
CMYK
RGB Variations
Color information
#98502F (or 0x98502F) is known color: Alert Tan. HEX triplet: 98, 50 and 2F. RGB value is (152,80,47). Sum of RGB (Red+Green+Blue) = 152+80+47=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98502F is #67AFD0. Grayscale: #616161. Windows color (decimal): -6795217 or 3100824. OLE color: 3100824.
HSL color Cylindrical-coordinate representation of color #98502F: hue angle of 18.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98502F is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 80 | 47 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.40 |
| HSL | 18.86º | 0.53% | 0.39% | - |
| HSV(B) | 18.86º | 0.69% | 0.6% | - |
| XYZ | 16.33 | 12.62 | 4.26 | - |
| YUV | 97.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 80 | 47 | 0 | 0.47 | 0.69 | 0.40 | 18.86 | 0.53 | 0.39 |
| Hex | 98 | 50 | 2F | 0 | 2F | 45 | 28 | 13 | 35 | 27 |
| Octal | 230 | 120 | 57 | 0 | 57 | 105 | 50 | 23 | 65 | 47 |
| Binary | 10011000 | 1010000 | 101111 | 0 | 101111 | 1000101 | 101000 | 10011 | 110101 | 100111 |
Color Harmonies of #98502F
Complementary color
Monochromatic Colors of #98502F
Black with #98502F
Text Example
Text Example
White with #98502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98502F; }
p { color: rgb(152,80,47); }
H1.HeaderClassName
{
color: #98502F;
}
.AnyTagClassName
{
color: #98502F;
}
</style>
background-color css
<style>
a { background-color: #98502F; }
a { background-color: rgb(152,80,47); }
div.DivClassName
{
background-color: #98502F;
}
.BgClassName
{
background-color: #98502F;
}
</style>
border-color css
<style>
span { border-color: #98502F; }
span { border-color: rgb(152,80,47); }
td.TdClassName
{
border-color: #98502F;
}
.TagClassName
{
border-color: #98502F;
}
</style>