Shades of Alert Tan #984C2D
Tints of Alert Tan #984C2D
RGB
CMYK
RGB Variations
Color information
#984C2D (or 0x984C2D) is known color: Alert Tan. HEX triplet: 98, 4C and 2D. RGB value is (152,76,45). Sum of RGB (Red+Green+Blue) = 152+76+45=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #984C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984C2D is #67B3D2. Grayscale: #5F5F5F. Windows color (decimal): -6796243 or 2968728. OLE color: 2968728.
HSL color Cylindrical-coordinate representation of color #984C2D: hue angle of 17.38º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #984C2D is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 76 | 45 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.40 |
| HSL | 17.38º | 0.54% | 0.39% | - |
| HSV(B) | 17.38º | 0.7% | 0.6% | - |
| XYZ | 16.01 | 12.03 | 3.96 | - |
| YUV | 95.19 | 99.68 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 45 | 0 | 0.50 | 0.70 | 0.40 | 17.38 | 0.54 | 0.39 |
| Hex | 98 | 4C | 2D | 0 | 32 | 46 | 28 | 11 | 36 | 27 |
| Octal | 230 | 114 | 55 | 0 | 62 | 106 | 50 | 21 | 66 | 47 |
| Binary | 10011000 | 1001100 | 101101 | 0 | 110010 | 1000110 | 101000 | 10001 | 110110 | 100111 |
Color Harmonies of #984C2D
Complementary color
Monochromatic Colors of #984C2D
Black with #984C2D
Text Example
Text Example
White with #984C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984C2D; }
p { color: rgb(152,76,45); }
H1.HeaderClassName
{
color: #984C2D;
}
.AnyTagClassName
{
color: #984C2D;
}
</style>
background-color css
<style>
a { background-color: #984C2D; }
a { background-color: rgb(152,76,45); }
div.DivClassName
{
background-color: #984C2D;
}
.BgClassName
{
background-color: #984C2D;
}
</style>
border-color css
<style>
span { border-color: #984C2D; }
span { border-color: rgb(152,76,45); }
td.TdClassName
{
border-color: #984C2D;
}
.TagClassName
{
border-color: #984C2D;
}
</style>