Shades of Alert Tan #984C2B
Tints of Alert Tan #984C2B
RGB
CMYK
RGB Variations
Color information
#984C2B (or 0x984C2B) is known color: Alert Tan. HEX triplet: 98, 4C and 2B. RGB value is (152,76,43). Sum of RGB (Red+Green+Blue) = 152+76+43=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #984C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984C2B is #67B3D4. Grayscale: #5F5F5F. Windows color (decimal): -6796245 or 2837656. OLE color: 2837656.
HSL color Cylindrical-coordinate representation of color #984C2B: hue angle of 18.17º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #984C2B is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 76 | 43 | - |
| CMYK | 0 | 0.50 | 0.72 | 0.40 |
| HSL | 18.17º | 0.56% | 0.38% | - |
| HSV(B) | 18.17º | 0.72% | 0.6% | - |
| XYZ | 15.97 | 12.02 | 3.76 | - |
| YUV | 94.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 43 | 0 | 0.50 | 0.72 | 0.40 | 18.17 | 0.56 | 0.38 |
| Hex | 98 | 4C | 2B | 0 | 32 | 48 | 28 | 12 | 38 | 26 |
| Octal | 230 | 114 | 53 | 0 | 62 | 110 | 50 | 22 | 70 | 46 |
| Binary | 10011000 | 1001100 | 101011 | 0 | 110010 | 1001000 | 101000 | 10010 | 111000 | 100110 |
Color Harmonies of #984C2B
Complementary color
Monochromatic Colors of #984C2B
Black with #984C2B
Text Example
Text Example
White with #984C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984C2B; }
p { color: rgb(152,76,43); }
H1.HeaderClassName
{
color: #984C2B;
}
.AnyTagClassName
{
color: #984C2B;
}
</style>
background-color css
<style>
a { background-color: #984C2B; }
a { background-color: rgb(152,76,43); }
div.DivClassName
{
background-color: #984C2B;
}
.BgClassName
{
background-color: #984C2B;
}
</style>
border-color css
<style>
span { border-color: #984C2B; }
span { border-color: rgb(152,76,43); }
td.TdClassName
{
border-color: #984C2B;
}
.TagClassName
{
border-color: #984C2B;
}
</style>