Shades of Alert Tan #984B2C
Tints of Alert Tan #984B2C
RGB
CMYK
RGB Variations
Color information
#984B2C (or 0x984B2C) is known color: Alert Tan. HEX triplet: 98, 4B and 2C. RGB value is (152,75,44). Sum of RGB (Red+Green+Blue) = 152+75+44=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #984B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984B2C is #67B4D3. Grayscale: #5E5E5E. Windows color (decimal): -6796500 or 2902936. OLE color: 2902936.
HSL color Cylindrical-coordinate representation of color #984B2C: hue angle of 17.22º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #984B2C is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 75 | 44 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.40 |
| HSL | 17.22º | 0.55% | 0.38% | - |
| HSV(B) | 17.22º | 0.71% | 0.6% | - |
| XYZ | 15.92 | 11.89 | 3.84 | - |
| YUV | 94.49 | 99.51 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 75 | 44 | 0 | 0.51 | 0.71 | 0.40 | 17.22 | 0.55 | 0.38 |
| Hex | 98 | 4B | 2C | 0 | 33 | 47 | 28 | 11 | 37 | 26 |
| Octal | 230 | 113 | 54 | 0 | 63 | 107 | 50 | 21 | 67 | 46 |
| Binary | 10011000 | 1001011 | 101100 | 0 | 110011 | 1000111 | 101000 | 10001 | 110111 | 100110 |
Color Harmonies of #984B2C
Complementary color
Monochromatic Colors of #984B2C
Black with #984B2C
Text Example
Text Example
White with #984B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984B2C; }
p { color: rgb(152,75,44); }
H1.HeaderClassName
{
color: #984B2C;
}
.AnyTagClassName
{
color: #984B2C;
}
</style>
background-color css
<style>
a { background-color: #984B2C; }
a { background-color: rgb(152,75,44); }
div.DivClassName
{
background-color: #984B2C;
}
.BgClassName
{
background-color: #984B2C;
}
</style>
border-color css
<style>
span { border-color: #984B2C; }
span { border-color: rgb(152,75,44); }
td.TdClassName
{
border-color: #984B2C;
}
.TagClassName
{
border-color: #984B2C;
}
</style>