Shades of Alert Tan #944D20
Tints of Alert Tan #944D20
RGB
CMYK
RGB Variations
Color information
#944D20 (or 0x944D20) is known color: Alert Tan. HEX triplet: 94, 4D and 20. RGB value is (148,77,32). Sum of RGB (Red+Green+Blue) = 148+77+32=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #944D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D20 is #6BB2DF. Grayscale: #5D5D5D. Windows color (decimal): -7058144 or 2117012. OLE color: 2117012.
HSL color Cylindrical-coordinate representation of color #944D20: hue angle of 23.28º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #944D20 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 32 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.42 |
| HSL | 23.28º | 0.64% | 0.35% | - |
| HSV(B) | 23.28º | 0.78% | 0.58% | - |
| XYZ | 15.13 | 11.71 | 2.83 | - |
| YUV | 93.1 | 93.52 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 32 | 0 | 0.48 | 0.78 | 0.42 | 23.28 | 0.64 | 0.35 |
| Hex | 94 | 4D | 20 | 0 | 30 | 4E | 2A | 17 | 40 | 23 |
| Octal | 224 | 115 | 40 | 0 | 60 | 116 | 52 | 27 | 100 | 43 |
| Binary | 10010100 | 1001101 | 100000 | 0 | 110000 | 1001110 | 101010 | 10111 | 1000000 | 100011 |
Color Harmonies of #944D20
Complementary color
Monochromatic Colors of #944D20
Black with #944D20
Text Example
Text Example
White with #944D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D20; }
p { color: rgb(148,77,32); }
H1.HeaderClassName
{
color: #944D20;
}
.AnyTagClassName
{
color: #944D20;
}
</style>
background-color css
<style>
a { background-color: #944D20; }
a { background-color: rgb(148,77,32); }
div.DivClassName
{
background-color: #944D20;
}
.BgClassName
{
background-color: #944D20;
}
</style>
border-color css
<style>
span { border-color: #944D20; }
span { border-color: rgb(148,77,32); }
td.TdClassName
{
border-color: #944D20;
}
.TagClassName
{
border-color: #944D20;
}
</style>