Shades of Alert Tan #994D2D
Tints of Alert Tan #994D2D
RGB
CMYK
RGB Variations
Color information
#994D2D (or 0x994D2D) is known color: Alert Tan. HEX triplet: 99, 4D and 2D. RGB value is (153,77,45). Sum of RGB (Red+Green+Blue) = 153+77+45=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #994D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D2D is #66B2D2. Grayscale: #606060. Windows color (decimal): -6730451 or 2968985. OLE color: 2968985.
HSL color Cylindrical-coordinate representation of color #994D2D: hue angle of 17.78º 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 #994D2D is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 45 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.4 |
| HSL | 17.78º | 0.55% | 0.39% | - |
| HSV(B) | 17.78º | 0.71% | 0.6% | - |
| XYZ | 16.26 | 12.27 | 3.99 | - |
| YUV | 96.08 | 99.18 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 45 | 0 | 0.50 | 0.71 | 0.4 | 17.78 | 0.55 | 0.39 |
| Hex | 99 | 4D | 2D | 0 | 32 | 47 | 28 | 12 | 37 | 27 |
| Octal | 231 | 115 | 55 | 0 | 62 | 107 | 50 | 22 | 67 | 47 |
| Binary | 10011001 | 1001101 | 101101 | 0 | 110010 | 1000111 | 101000 | 10010 | 110111 | 100111 |
Color Harmonies of #994D2D
Complementary color
Monochromatic Colors of #994D2D
Black with #994D2D
Text Example
Text Example
White with #994D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D2D; }
p { color: rgb(153,77,45); }
H1.HeaderClassName
{
color: #994D2D;
}
.AnyTagClassName
{
color: #994D2D;
}
</style>
background-color css
<style>
a { background-color: #994D2D; }
a { background-color: rgb(153,77,45); }
div.DivClassName
{
background-color: #994D2D;
}
.BgClassName
{
background-color: #994D2D;
}
</style>
border-color css
<style>
span { border-color: #994D2D; }
span { border-color: rgb(153,77,45); }
td.TdClassName
{
border-color: #994D2D;
}
.TagClassName
{
border-color: #994D2D;
}
</style>