Shades of Alert Tan #994C2D
Tints of Alert Tan #994C2D
RGB
CMYK
RGB Variations
Color information
#994C2D (or 0x994C2D) is known color: Alert Tan. HEX triplet: 99, 4C and 2D. RGB value is (153,76,45). Sum of RGB (Red+Green+Blue) = 153+76+45=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #994C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994C2D is #66B3D2. Grayscale: #5F5F5F. Windows color (decimal): -6730707 or 2968729. OLE color: 2968729.
HSL color Cylindrical-coordinate representation of color #994C2D: hue angle of 17.22º 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 #994C2D is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 45 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.4 |
| HSL | 17.22º | 0.55% | 0.39% | - |
| HSV(B) | 17.22º | 0.71% | 0.6% | - |
| XYZ | 16.19 | 12.13 | 3.97 | - |
| YUV | 95.49 | 99.51 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 45 | 0 | 0.50 | 0.71 | 0.4 | 17.22 | 0.55 | 0.39 |
| Hex | 99 | 4C | 2D | 0 | 32 | 47 | 28 | 11 | 37 | 27 |
| Octal | 231 | 114 | 55 | 0 | 62 | 107 | 50 | 21 | 67 | 47 |
| Binary | 10011001 | 1001100 | 101101 | 0 | 110010 | 1000111 | 101000 | 10001 | 110111 | 100111 |
Color Harmonies of #994C2D
Complementary color
Monochromatic Colors of #994C2D
Black with #994C2D
Text Example
Text Example
White with #994C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C2D; }
p { color: rgb(153,76,45); }
H1.HeaderClassName
{
color: #994C2D;
}
.AnyTagClassName
{
color: #994C2D;
}
</style>
background-color css
<style>
a { background-color: #994C2D; }
a { background-color: rgb(153,76,45); }
div.DivClassName
{
background-color: #994C2D;
}
.BgClassName
{
background-color: #994C2D;
}
</style>
border-color css
<style>
span { border-color: #994C2D; }
span { border-color: rgb(153,76,45); }
td.TdClassName
{
border-color: #994C2D;
}
.TagClassName
{
border-color: #994C2D;
}
</style>