Shades of Alert Tan #984720
Tints of Alert Tan #984720
RGB
CMYK
RGB Variations
Color information
#984720 (or 0x984720) is known color: Alert Tan. HEX triplet: 98, 47 and 20. RGB value is (152,71,32). Sum of RGB (Red+Green+Blue) = 152+71+32=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #984720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984720 is #67B8DF. Grayscale: #5B5B5B. Windows color (decimal): -6797536 or 2115480. OLE color: 2115480.
HSL color Cylindrical-coordinate representation of color #984720: hue angle of 19.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #984720 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 32 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.40 |
| HSL | 19.5º | 0.65% | 0.36% | - |
| HSV(B) | 19.5º | 0.79% | 0.6% | - |
| XYZ | 15.46 | 11.29 | 2.73 | - |
| YUV | 90.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 32 | 0 | 0.53 | 0.79 | 0.40 | 19.5 | 0.65 | 0.36 |
| Hex | 98 | 47 | 20 | 0 | 35 | 4F | 28 | 14 | 41 | 24 |
| Octal | 230 | 107 | 40 | 0 | 65 | 117 | 50 | 24 | 101 | 44 |
| Binary | 10011000 | 1000111 | 100000 | 0 | 110101 | 1001111 | 101000 | 10100 | 1000001 | 100100 |
Color Harmonies of #984720
Complementary color
Monochromatic Colors of #984720
Black with #984720
Text Example
Text Example
White with #984720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984720; }
p { color: rgb(152,71,32); }
H1.HeaderClassName
{
color: #984720;
}
.AnyTagClassName
{
color: #984720;
}
</style>
background-color css
<style>
a { background-color: #984720; }
a { background-color: rgb(152,71,32); }
div.DivClassName
{
background-color: #984720;
}
.BgClassName
{
background-color: #984720;
}
</style>
border-color css
<style>
span { border-color: #984720; }
span { border-color: rgb(152,71,32); }
td.TdClassName
{
border-color: #984720;
}
.TagClassName
{
border-color: #984720;
}
</style>