Shades of Alert Tan #994F2C
Tints of Alert Tan #994F2C
RGB
CMYK
RGB Variations
Color information
#994F2C (or 0x994F2C) is known color: Alert Tan. HEX triplet: 99, 4F and 2C. RGB value is (153,79,44). Sum of RGB (Red+Green+Blue) = 153+79+44=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F2C is #66B0D3. Grayscale: #616161. Windows color (decimal): -6729940 or 2903961. OLE color: 2903961.
HSL color Cylindrical-coordinate representation of color #994F2C: hue angle of 19.27º 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 #994F2C is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 44 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.4 |
| HSL | 19.27º | 0.55% | 0.39% | - |
| HSV(B) | 19.27º | 0.71% | 0.6% | - |
| XYZ | 16.39 | 12.55 | 3.94 | - |
| YUV | 97.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 44 | 0 | 0.48 | 0.71 | 0.4 | 19.27 | 0.55 | 0.39 |
| Hex | 99 | 4F | 2C | 0 | 30 | 47 | 28 | 13 | 37 | 27 |
| Octal | 231 | 117 | 54 | 0 | 60 | 107 | 50 | 23 | 67 | 47 |
| Binary | 10011001 | 1001111 | 101100 | 0 | 110000 | 1000111 | 101000 | 10011 | 110111 | 100111 |
Color Harmonies of #994F2C
Complementary color
Monochromatic Colors of #994F2C
Black with #994F2C
Text Example
Text Example
White with #994F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F2C; }
p { color: rgb(153,79,44); }
H1.HeaderClassName
{
color: #994F2C;
}
.AnyTagClassName
{
color: #994F2C;
}
</style>
background-color css
<style>
a { background-color: #994F2C; }
a { background-color: rgb(153,79,44); }
div.DivClassName
{
background-color: #994F2C;
}
.BgClassName
{
background-color: #994F2C;
}
</style>
border-color css
<style>
span { border-color: #994F2C; }
span { border-color: rgb(153,79,44); }
td.TdClassName
{
border-color: #994F2C;
}
.TagClassName
{
border-color: #994F2C;
}
</style>