Shades of Alert Tan #984A2D
Tints of Alert Tan #984A2D
RGB
CMYK
RGB Variations
Color information
#984A2D (or 0x984A2D) is known color: Alert Tan. HEX triplet: 98, 4A and 2D. RGB value is (152,74,45). Sum of RGB (Red+Green+Blue) = 152+74+45=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #984A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A2D is #67B5D2. Grayscale: #5E5E5E. Windows color (decimal): -6796755 or 2968216. OLE color: 2968216.
HSL color Cylindrical-coordinate representation of color #984A2D: hue angle of 16.26º 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 #984A2D is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 45 | - |
| CMYK | 0 | 0.51 | 0.70 | 0.40 |
| HSL | 16.26º | 0.54% | 0.39% | - |
| HSV(B) | 16.26º | 0.7% | 0.6% | - |
| XYZ | 15.87 | 11.76 | 3.92 | - |
| YUV | 94.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 45 | 0 | 0.51 | 0.70 | 0.40 | 16.26 | 0.54 | 0.39 |
| Hex | 98 | 4A | 2D | 0 | 33 | 46 | 28 | 10 | 36 | 27 |
| Octal | 230 | 112 | 55 | 0 | 63 | 106 | 50 | 20 | 66 | 47 |
| Binary | 10011000 | 1001010 | 101101 | 0 | 110011 | 1000110 | 101000 | 10000 | 110110 | 100111 |
Color Harmonies of #984A2D
Complementary color
Monochromatic Colors of #984A2D
Black with #984A2D
Text Example
Text Example
White with #984A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A2D; }
p { color: rgb(152,74,45); }
H1.HeaderClassName
{
color: #984A2D;
}
.AnyTagClassName
{
color: #984A2D;
}
</style>
background-color css
<style>
a { background-color: #984A2D; }
a { background-color: rgb(152,74,45); }
div.DivClassName
{
background-color: #984A2D;
}
.BgClassName
{
background-color: #984A2D;
}
</style>
border-color css
<style>
span { border-color: #984A2D; }
span { border-color: rgb(152,74,45); }
td.TdClassName
{
border-color: #984A2D;
}
.TagClassName
{
border-color: #984A2D;
}
</style>