Shades of Alert Tan #944D27
Tints of Alert Tan #944D27
RGB
CMYK
RGB Variations
Color information
#944D27 (or 0x944D27) is known color: Alert Tan. HEX triplet: 94, 4D and 27. RGB value is (148,77,39). Sum of RGB (Red+Green+Blue) = 148+77+39=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #944D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D27 is #6BB2D8. Grayscale: #5E5E5E. Windows color (decimal): -7058137 or 2575764. OLE color: 2575764.
HSL color Cylindrical-coordinate representation of color #944D27: hue angle of 20.92º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #944D27 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 39 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.42 |
| HSL | 20.92º | 0.58% | 0.37% | - |
| HSV(B) | 20.92º | 0.74% | 0.58% | - |
| XYZ | 15.23 | 11.75 | 3.38 | - |
| YUV | 93.9 | 97.02 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 39 | 0 | 0.48 | 0.74 | 0.42 | 20.92 | 0.58 | 0.37 |
| Hex | 94 | 4D | 27 | 0 | 30 | 4A | 2A | 15 | 3A | 25 |
| Octal | 224 | 115 | 47 | 0 | 60 | 112 | 52 | 25 | 72 | 45 |
| Binary | 10010100 | 1001101 | 100111 | 0 | 110000 | 1001010 | 101010 | 10101 | 111010 | 100101 |
Color Harmonies of #944D27
Complementary color
Monochromatic Colors of #944D27
Black with #944D27
Text Example
Text Example
White with #944D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D27; }
p { color: rgb(148,77,39); }
H1.HeaderClassName
{
color: #944D27;
}
.AnyTagClassName
{
color: #944D27;
}
</style>
background-color css
<style>
a { background-color: #944D27; }
a { background-color: rgb(148,77,39); }
div.DivClassName
{
background-color: #944D27;
}
.BgClassName
{
background-color: #944D27;
}
</style>
border-color css
<style>
span { border-color: #944D27; }
span { border-color: rgb(148,77,39); }
td.TdClassName
{
border-color: #944D27;
}
.TagClassName
{
border-color: #944D27;
}
</style>