Shades of Alert Tan #944E2D
Tints of Alert Tan #944E2D
RGB
CMYK
RGB Variations
Color information
#944E2D (or 0x944E2D) is known color: Alert Tan. HEX triplet: 94, 4E and 2D. RGB value is (148,78,45). Sum of RGB (Red+Green+Blue) = 148+78+45=271 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.61% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 148 - color contains mainly: red. Hex color #944E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944E2D is #6BB1D2. Grayscale: #5F5F5F. Windows color (decimal): -7057875 or 2969236. OLE color: 2969236.
HSL color Cylindrical-coordinate representation of color #944E2D: hue angle of 19.22º 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 #944E2D is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 78 | 45 | - |
| CMYK | 0 | 0.47 | 0.70 | 0.42 |
| HSL | 19.22º | 0.53% | 0.38% | - |
| HSV(B) | 19.22º | 0.7% | 0.58% | - |
| XYZ | 15.41 | 11.93 | 3.97 | - |
| YUV | 95.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 45 | 0 | 0.47 | 0.70 | 0.42 | 19.22 | 0.53 | 0.38 |
| Hex | 94 | 4E | 2D | 0 | 2F | 46 | 2A | 13 | 35 | 26 |
| Octal | 224 | 116 | 55 | 0 | 57 | 106 | 52 | 23 | 65 | 46 |
| Binary | 10010100 | 1001110 | 101101 | 0 | 101111 | 1000110 | 101010 | 10011 | 110101 | 100110 |
Color Harmonies of #944E2D
Complementary color
Monochromatic Colors of #944E2D
Black with #944E2D
Text Example
Text Example
White with #944E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944E2D; }
p { color: rgb(148,78,45); }
H1.HeaderClassName
{
color: #944E2D;
}
.AnyTagClassName
{
color: #944E2D;
}
</style>
background-color css
<style>
a { background-color: #944E2D; }
a { background-color: rgb(148,78,45); }
div.DivClassName
{
background-color: #944E2D;
}
.BgClassName
{
background-color: #944E2D;
}
</style>
border-color css
<style>
span { border-color: #944E2D; }
span { border-color: rgb(148,78,45); }
td.TdClassName
{
border-color: #944E2D;
}
.TagClassName
{
border-color: #944E2D;
}
</style>