Shades of Alert Tan #984E2C
Tints of Alert Tan #984E2C
RGB
CMYK
RGB Variations
Color information
#984E2C (or 0x984E2C) is known color: Alert Tan. HEX triplet: 98, 4E and 2C. RGB value is (152,78,44). Sum of RGB (Red+Green+Blue) = 152+78+44=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #984E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984E2C is #67B1D3. Grayscale: #606060. Windows color (decimal): -6795732 or 2903704. OLE color: 2903704.
HSL color Cylindrical-coordinate representation of color #984E2C: hue angle of 18.89º 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 #984E2C is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 44 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.40 |
| HSL | 18.89º | 0.55% | 0.38% | - |
| HSV(B) | 18.89º | 0.71% | 0.6% | - |
| XYZ | 16.13 | 12.31 | 3.91 | - |
| YUV | 96.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 44 | 0 | 0.49 | 0.71 | 0.40 | 18.89 | 0.55 | 0.38 |
| Hex | 98 | 4E | 2C | 0 | 31 | 47 | 28 | 13 | 37 | 26 |
| Octal | 230 | 116 | 54 | 0 | 61 | 107 | 50 | 23 | 67 | 46 |
| Binary | 10011000 | 1001110 | 101100 | 0 | 110001 | 1000111 | 101000 | 10011 | 110111 | 100110 |
Color Harmonies of #984E2C
Complementary color
Monochromatic Colors of #984E2C
Black with #984E2C
Text Example
Text Example
White with #984E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E2C; }
p { color: rgb(152,78,44); }
H1.HeaderClassName
{
color: #984E2C;
}
.AnyTagClassName
{
color: #984E2C;
}
</style>
background-color css
<style>
a { background-color: #984E2C; }
a { background-color: rgb(152,78,44); }
div.DivClassName
{
background-color: #984E2C;
}
.BgClassName
{
background-color: #984E2C;
}
</style>
border-color css
<style>
span { border-color: #984E2C; }
span { border-color: rgb(152,78,44); }
td.TdClassName
{
border-color: #984E2C;
}
.TagClassName
{
border-color: #984E2C;
}
</style>