Shades of Alert Tan #98481F
Tints of Alert Tan #98481F
RGB
CMYK
RGB Variations
Color information
#98481F (or 0x98481F) is known color: Alert Tan. HEX triplet: 98, 48 and 1F. RGB value is (152,72,31). Sum of RGB (Red+Green+Blue) = 152+72+31=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #98481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98481F is #67B7E0. Grayscale: #5B5B5B. Windows color (decimal): -6797281 or 2050200. OLE color: 2050200.
HSL color Cylindrical-coordinate representation of color #98481F: hue angle of 20.33º 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 #98481F is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 72 | 31 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.40 |
| HSL | 20.33º | 0.66% | 0.36% | - |
| HSV(B) | 20.33º | 0.8% | 0.6% | - |
| XYZ | 15.51 | 11.41 | 2.68 | - |
| YUV | 91.25 | 94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 31 | 0 | 0.53 | 0.80 | 0.40 | 20.33 | 0.66 | 0.36 |
| Hex | 98 | 48 | 1F | 0 | 35 | 50 | 28 | 14 | 42 | 24 |
| Octal | 230 | 110 | 37 | 0 | 65 | 120 | 50 | 24 | 102 | 44 |
| Binary | 10011000 | 1001000 | 11111 | 0 | 110101 | 1010000 | 101000 | 10100 | 1000010 | 100100 |
Color Harmonies of #98481F
Complementary color
Monochromatic Colors of #98481F
Black with #98481F
Text Example
Text Example
White with #98481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98481F; }
p { color: rgb(152,72,31); }
H1.HeaderClassName
{
color: #98481F;
}
.AnyTagClassName
{
color: #98481F;
}
</style>
background-color css
<style>
a { background-color: #98481F; }
a { background-color: rgb(152,72,31); }
div.DivClassName
{
background-color: #98481F;
}
.BgClassName
{
background-color: #98481F;
}
</style>
border-color css
<style>
span { border-color: #98481F; }
span { border-color: rgb(152,72,31); }
td.TdClassName
{
border-color: #98481F;
}
.TagClassName
{
border-color: #98481F;
}
</style>