Shades of Alert Tan #98471F
Tints of Alert Tan #98471F
RGB
CMYK
RGB Variations
Color information
#98471F (or 0x98471F) is known color: Alert Tan. HEX triplet: 98, 47 and 1F. RGB value is (152,71,31). Sum of RGB (Red+Green+Blue) = 152+71+31=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #98471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98471F is #67B8E0. Grayscale: #5A5A5A. Windows color (decimal): -6797537 or 2049944. OLE color: 2049944.
HSL color Cylindrical-coordinate representation of color #98471F: hue angle of 19.83º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98471F is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 31 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.40 |
| HSL | 19.83º | 0.66% | 0.36% | - |
| HSV(B) | 19.83º | 0.8% | 0.6% | - |
| XYZ | 15.45 | 11.28 | 2.66 | - |
| YUV | 90.66 | 94.34 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 31 | 0 | 0.53 | 0.80 | 0.40 | 19.83 | 0.66 | 0.36 |
| Hex | 98 | 47 | 1F | 0 | 35 | 50 | 28 | 14 | 42 | 24 |
| Octal | 230 | 107 | 37 | 0 | 65 | 120 | 50 | 24 | 102 | 44 |
| Binary | 10011000 | 1000111 | 11111 | 0 | 110101 | 1010000 | 101000 | 10100 | 1000010 | 100100 |
Color Harmonies of #98471F
Complementary color
Monochromatic Colors of #98471F
Black with #98471F
Text Example
Text Example
White with #98471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98471F; }
p { color: rgb(152,71,31); }
H1.HeaderClassName
{
color: #98471F;
}
.AnyTagClassName
{
color: #98471F;
}
</style>
background-color css
<style>
a { background-color: #98471F; }
a { background-color: rgb(152,71,31); }
div.DivClassName
{
background-color: #98471F;
}
.BgClassName
{
background-color: #98471F;
}
</style>
border-color css
<style>
span { border-color: #98471F; }
span { border-color: rgb(152,71,31); }
td.TdClassName
{
border-color: #98471F;
}
.TagClassName
{
border-color: #98471F;
}
</style>