Shades of Alert Tan #994C2C
Tints of Alert Tan #994C2C
RGB
CMYK
RGB Variations
Color information
#994C2C (or 0x994C2C) is known color: Alert Tan. HEX triplet: 99, 4C and 2C. RGB value is (153,76,44). Sum of RGB (Red+Green+Blue) = 153+76+44=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #994C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C2C is #66B3D3. Grayscale: #5F5F5F. Windows color (decimal): -6730708 or 2903193. OLE color: 2903193.
HSL color Cylindrical-coordinate representation of color #994C2C: hue angle of 17.61º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #994C2C is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 44 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.4 |
| HSL | 17.61º | 0.55% | 0.39% | - |
| HSV(B) | 17.61º | 0.71% | 0.6% | - |
| XYZ | 16.18 | 12.12 | 3.87 | - |
| YUV | 95.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 44 | 0 | 0.50 | 0.71 | 0.4 | 17.61 | 0.55 | 0.39 |
| Hex | 99 | 4C | 2C | 0 | 32 | 47 | 28 | 12 | 37 | 27 |
| Octal | 231 | 114 | 54 | 0 | 62 | 107 | 50 | 22 | 67 | 47 |
| Binary | 10011001 | 1001100 | 101100 | 0 | 110010 | 1000111 | 101000 | 10010 | 110111 | 100111 |
Color Harmonies of #994C2C
Complementary color
Monochromatic Colors of #994C2C
Black with #994C2C
Text Example
Text Example
White with #994C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C2C; }
p { color: rgb(153,76,44); }
H1.HeaderClassName
{
color: #994C2C;
}
.AnyTagClassName
{
color: #994C2C;
}
</style>
background-color css
<style>
a { background-color: #994C2C; }
a { background-color: rgb(153,76,44); }
div.DivClassName
{
background-color: #994C2C;
}
.BgClassName
{
background-color: #994C2C;
}
</style>
border-color css
<style>
span { border-color: #994C2C; }
span { border-color: rgb(153,76,44); }
td.TdClassName
{
border-color: #994C2C;
}
.TagClassName
{
border-color: #994C2C;
}
</style>