Shades of Alert Tan #984A20
Tints of Alert Tan #984A20
RGB
CMYK
RGB Variations
Color information
#984A20 (or 0x984A20) is known color: Alert Tan. HEX triplet: 98, 4A and 20. RGB value is (152,74,32). Sum of RGB (Red+Green+Blue) = 152+74+32=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #984A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A20 is #67B5DF. Grayscale: #5C5C5C. Windows color (decimal): -6796768 or 2116248. OLE color: 2116248.
HSL color Cylindrical-coordinate representation of color #984A20: hue angle of 21º 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 #984A20 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 32 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.40 |
| HSL | 21º | 0.65% | 0.36% | - |
| HSV(B) | 21º | 0.79% | 0.6% | - |
| XYZ | 15.66 | 11.68 | 2.8 | - |
| YUV | 92.53 | 93.84 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 32 | 0 | 0.51 | 0.79 | 0.40 | 21 | 0.65 | 0.36 |
| Hex | 98 | 4A | 20 | 0 | 33 | 4F | 28 | 15 | 41 | 24 |
| Octal | 230 | 112 | 40 | 0 | 63 | 117 | 50 | 25 | 101 | 44 |
| Binary | 10011000 | 1001010 | 100000 | 0 | 110011 | 1001111 | 101000 | 10101 | 1000001 | 100100 |
Color Harmonies of #984A20
Complementary color
Monochromatic Colors of #984A20
Black with #984A20
Text Example
Text Example
White with #984A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A20; }
p { color: rgb(152,74,32); }
H1.HeaderClassName
{
color: #984A20;
}
.AnyTagClassName
{
color: #984A20;
}
</style>
background-color css
<style>
a { background-color: #984A20; }
a { background-color: rgb(152,74,32); }
div.DivClassName
{
background-color: #984A20;
}
.BgClassName
{
background-color: #984A20;
}
</style>
border-color css
<style>
span { border-color: #984A20; }
span { border-color: rgb(152,74,32); }
td.TdClassName
{
border-color: #984A20;
}
.TagClassName
{
border-color: #984A20;
}
</style>