Shades of Alert Tan #994D29
Tints of Alert Tan #994D29
RGB
CMYK
RGB Variations
Color information
#994D29 (or 0x994D29) is known color: Alert Tan. HEX triplet: 99, 4D and 29. RGB value is (153,77,41). Sum of RGB (Red+Green+Blue) = 153+77+41=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #994D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D29 is #66B2D6. Grayscale: #5F5F5F. Windows color (decimal): -6730455 or 2706841. OLE color: 2706841.
HSL color Cylindrical-coordinate representation of color #994D29: hue angle of 19.29º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #994D29 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 41 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.4 |
| HSL | 19.29º | 0.58% | 0.38% | - |
| HSV(B) | 19.29º | 0.73% | 0.6% | - |
| XYZ | 16.19 | 12.24 | 3.61 | - |
| YUV | 95.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 41 | 0 | 0.50 | 0.73 | 0.4 | 19.29 | 0.58 | 0.38 |
| Hex | 99 | 4D | 29 | 0 | 32 | 49 | 28 | 13 | 3A | 26 |
| Octal | 231 | 115 | 51 | 0 | 62 | 111 | 50 | 23 | 72 | 46 |
| Binary | 10011001 | 1001101 | 101001 | 0 | 110010 | 1001001 | 101000 | 10011 | 111010 | 100110 |
Color Harmonies of #994D29
Complementary color
Monochromatic Colors of #994D29
Black with #994D29
Text Example
Text Example
White with #994D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D29; }
p { color: rgb(153,77,41); }
H1.HeaderClassName
{
color: #994D29;
}
.AnyTagClassName
{
color: #994D29;
}
</style>
background-color css
<style>
a { background-color: #994D29; }
a { background-color: rgb(153,77,41); }
div.DivClassName
{
background-color: #994D29;
}
.BgClassName
{
background-color: #994D29;
}
</style>
border-color css
<style>
span { border-color: #994D29; }
span { border-color: rgb(153,77,41); }
td.TdClassName
{
border-color: #994D29;
}
.TagClassName
{
border-color: #994D29;
}
</style>