Shades of Alert Tan #984C27
Tints of Alert Tan #984C27
RGB
CMYK
RGB Variations
Color information
#984C27 (or 0x984C27) is known color: Alert Tan. HEX triplet: 98, 4C and 27. RGB value is (152,76,39). Sum of RGB (Red+Green+Blue) = 152+76+39=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #984C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984C27 is #67B3D8. Grayscale: #5E5E5E. Windows color (decimal): -6796249 or 2575512. OLE color: 2575512.
HSL color Cylindrical-coordinate representation of color #984C27: hue angle of 19.65º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #984C27 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 76 | 39 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.40 |
| HSL | 19.65º | 0.59% | 0.37% | - |
| HSV(B) | 19.65º | 0.74% | 0.6% | - |
| XYZ | 15.9 | 11.99 | 3.4 | - |
| YUV | 94.51 | 96.68 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 39 | 0 | 0.50 | 0.74 | 0.40 | 19.65 | 0.59 | 0.37 |
| Hex | 98 | 4C | 27 | 0 | 32 | 4A | 28 | 14 | 3B | 25 |
| Octal | 230 | 114 | 47 | 0 | 62 | 112 | 50 | 24 | 73 | 45 |
| Binary | 10011000 | 1001100 | 100111 | 0 | 110010 | 1001010 | 101000 | 10100 | 111011 | 100101 |
Color Harmonies of #984C27
Complementary color
Monochromatic Colors of #984C27
Black with #984C27
Text Example
Text Example
White with #984C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984C27; }
p { color: rgb(152,76,39); }
H1.HeaderClassName
{
color: #984C27;
}
.AnyTagClassName
{
color: #984C27;
}
</style>
background-color css
<style>
a { background-color: #984C27; }
a { background-color: rgb(152,76,39); }
div.DivClassName
{
background-color: #984C27;
}
.BgClassName
{
background-color: #984C27;
}
</style>
border-color css
<style>
span { border-color: #984C27; }
span { border-color: rgb(152,76,39); }
td.TdClassName
{
border-color: #984C27;
}
.TagClassName
{
border-color: #984C27;
}
</style>