Shades of Alert Tan #984A22
Tints of Alert Tan #984A22
RGB
CMYK
RGB Variations
Color information
#984A22 (or 0x984A22) is known color: Alert Tan. HEX triplet: 98, 4A and 22. RGB value is (152,74,34). Sum of RGB (Red+Green+Blue) = 152+74+34=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #984A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A22 is #67B5DD. Grayscale: #5C5C5C. Windows color (decimal): -6796766 or 2247320. OLE color: 2247320.
HSL color Cylindrical-coordinate representation of color #984A22: hue angle of 20.34º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #984A22 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 34 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.40 |
| HSL | 20.34º | 0.63% | 0.36% | - |
| HSV(B) | 20.34º | 0.78% | 0.6% | - |
| XYZ | 15.69 | 11.69 | 2.94 | - |
| YUV | 92.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 34 | 0 | 0.51 | 0.78 | 0.40 | 20.34 | 0.63 | 0.36 |
| Hex | 98 | 4A | 22 | 0 | 33 | 4E | 28 | 14 | 3F | 24 |
| Octal | 230 | 112 | 42 | 0 | 63 | 116 | 50 | 24 | 77 | 44 |
| Binary | 10011000 | 1001010 | 100010 | 0 | 110011 | 1001110 | 101000 | 10100 | 111111 | 100100 |
Color Harmonies of #984A22
Complementary color
Monochromatic Colors of #984A22
Black with #984A22
Text Example
Text Example
White with #984A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A22; }
p { color: rgb(152,74,34); }
H1.HeaderClassName
{
color: #984A22;
}
.AnyTagClassName
{
color: #984A22;
}
</style>
background-color css
<style>
a { background-color: #984A22; }
a { background-color: rgb(152,74,34); }
div.DivClassName
{
background-color: #984A22;
}
.BgClassName
{
background-color: #984A22;
}
</style>
border-color css
<style>
span { border-color: #984A22; }
span { border-color: rgb(152,74,34); }
td.TdClassName
{
border-color: #984A22;
}
.TagClassName
{
border-color: #984A22;
}
</style>