Shades of Alert Tan #944D2D
Tints of Alert Tan #944D2D
RGB
CMYK
RGB Variations
Color information
#944D2D (or 0x944D2D) is known color: Alert Tan. HEX triplet: 94, 4D and 2D. RGB value is (148,77,45). Sum of RGB (Red+Green+Blue) = 148+77+45=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #944D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D2D is #6BB2D2. Grayscale: #5E5E5E. Windows color (decimal): -7058131 or 2968980. OLE color: 2968980.
HSL color Cylindrical-coordinate representation of color #944D2D: hue angle of 18.64º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #944D2D is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 45 | - |
| CMYK | 0 | 0.48 | 0.70 | 0.42 |
| HSL | 18.64º | 0.53% | 0.38% | - |
| HSV(B) | 18.64º | 0.7% | 0.58% | - |
| XYZ | 15.34 | 11.79 | 3.95 | - |
| YUV | 94.58 | 100.02 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 45 | 0 | 0.48 | 0.70 | 0.42 | 18.64 | 0.53 | 0.38 |
| Hex | 94 | 4D | 2D | 0 | 30 | 46 | 2A | 13 | 35 | 26 |
| Octal | 224 | 115 | 55 | 0 | 60 | 106 | 52 | 23 | 65 | 46 |
| Binary | 10010100 | 1001101 | 101101 | 0 | 110000 | 1000110 | 101010 | 10011 | 110101 | 100110 |
Color Harmonies of #944D2D
Complementary color
Monochromatic Colors of #944D2D
Black with #944D2D
Text Example
Text Example
White with #944D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D2D; }
p { color: rgb(148,77,45); }
H1.HeaderClassName
{
color: #944D2D;
}
.AnyTagClassName
{
color: #944D2D;
}
</style>
background-color css
<style>
a { background-color: #944D2D; }
a { background-color: rgb(148,77,45); }
div.DivClassName
{
background-color: #944D2D;
}
.BgClassName
{
background-color: #944D2D;
}
</style>
border-color css
<style>
span { border-color: #944D2D; }
span { border-color: rgb(148,77,45); }
td.TdClassName
{
border-color: #944D2D;
}
.TagClassName
{
border-color: #944D2D;
}
</style>