Shades of Alert Tan #98461F
Tints of Alert Tan #98461F
RGB
CMYK
RGB Variations
Color information
#98461F (or 0x98461F) is known color: Alert Tan. HEX triplet: 98, 46 and 1F. RGB value is (152,70,31). Sum of RGB (Red+Green+Blue) = 152+70+31=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #98461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98461F is #67B9E0. Grayscale: #5A5A5A. Windows color (decimal): -6797793 or 2049688. OLE color: 2049688.
HSL color Cylindrical-coordinate representation of color #98461F: hue angle of 19.34º 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 #98461F is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 31 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.40 |
| HSL | 19.34º | 0.66% | 0.36% | - |
| HSV(B) | 19.34º | 0.8% | 0.6% | - |
| XYZ | 15.39 | 11.15 | 2.64 | - |
| YUV | 90.07 | 94.67 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 31 | 0 | 0.54 | 0.80 | 0.40 | 19.34 | 0.66 | 0.36 |
| Hex | 98 | 46 | 1F | 0 | 36 | 50 | 28 | 13 | 42 | 24 |
| Octal | 230 | 106 | 37 | 0 | 66 | 120 | 50 | 23 | 102 | 44 |
| Binary | 10011000 | 1000110 | 11111 | 0 | 110110 | 1010000 | 101000 | 10011 | 1000010 | 100100 |
Color Harmonies of #98461F
Complementary color
Monochromatic Colors of #98461F
Black with #98461F
Text Example
Text Example
White with #98461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98461F; }
p { color: rgb(152,70,31); }
H1.HeaderClassName
{
color: #98461F;
}
.AnyTagClassName
{
color: #98461F;
}
</style>
background-color css
<style>
a { background-color: #98461F; }
a { background-color: rgb(152,70,31); }
div.DivClassName
{
background-color: #98461F;
}
.BgClassName
{
background-color: #98461F;
}
</style>
border-color css
<style>
span { border-color: #98461F; }
span { border-color: rgb(152,70,31); }
td.TdClassName
{
border-color: #98461F;
}
.TagClassName
{
border-color: #98461F;
}
</style>