Shades of Alert Tan #98482A
Tints of Alert Tan #98482A
RGB
CMYK
RGB Variations
Color information
#98482A (or 0x98482A) is known color: Alert Tan. HEX triplet: 98, 48 and 2A. RGB value is (152,72,42). Sum of RGB (Red+Green+Blue) = 152+72+42=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98482A is #67B7D5. Grayscale: #5C5C5C. Windows color (decimal): -6797270 or 2771096. OLE color: 2771096.
HSL color Cylindrical-coordinate representation of color #98482A: hue angle of 16.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98482A is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 42 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.40 |
| HSL | 16.36º | 0.57% | 0.38% | - |
| HSV(B) | 16.36º | 0.72% | 0.6% | - |
| XYZ | 15.68 | 11.48 | 3.58 | - |
| YUV | 92.5 | 99.5 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 42 | 0 | 0.53 | 0.72 | 0.40 | 16.36 | 0.57 | 0.38 |
| Hex | 98 | 48 | 2A | 0 | 35 | 48 | 28 | 10 | 39 | 26 |
| Octal | 230 | 110 | 52 | 0 | 65 | 110 | 50 | 20 | 71 | 46 |
| Binary | 10011000 | 1001000 | 101010 | 0 | 110101 | 1001000 | 101000 | 10000 | 111001 | 100110 |
Color Harmonies of #98482A
Complementary color
Monochromatic Colors of #98482A
Black with #98482A
Text Example
Text Example
White with #98482A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98482A; }
p { color: rgb(152,72,42); }
H1.HeaderClassName
{
color: #98482A;
}
.AnyTagClassName
{
color: #98482A;
}
</style>
background-color css
<style>
a { background-color: #98482A; }
a { background-color: rgb(152,72,42); }
div.DivClassName
{
background-color: #98482A;
}
.BgClassName
{
background-color: #98482A;
}
</style>
border-color css
<style>
span { border-color: #98482A; }
span { border-color: rgb(152,72,42); }
td.TdClassName
{
border-color: #98482A;
}
.TagClassName
{
border-color: #98482A;
}
</style>