Shades of Alert Tan #904C21
Tints of Alert Tan #904C21
RGB
CMYK
RGB Variations
Color information
#904C21 (or 0x904C21) is known color: Alert Tan. HEX triplet: 90, 4C and 21. RGB value is (144,76,33). Sum of RGB (Red+Green+Blue) = 144+76+33=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #904C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904C21 is #6FB3DE. Grayscale: #5B5B5B. Windows color (decimal): -7320543 or 2182288. OLE color: 2182288.
HSL color Cylindrical-coordinate representation of color #904C21: hue angle of 23.24º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #904C21 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 76 | 33 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.44 |
| HSL | 23.24º | 0.63% | 0.35% | - |
| HSV(B) | 23.24º | 0.77% | 0.56% | - |
| XYZ | 14.36 | 11.21 | 2.85 | - |
| YUV | 91.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 33 | 0 | 0.47 | 0.77 | 0.44 | 23.24 | 0.63 | 0.35 |
| Hex | 90 | 4C | 21 | 0 | 2F | 4D | 2C | 17 | 3F | 23 |
| Octal | 220 | 114 | 41 | 0 | 57 | 115 | 54 | 27 | 77 | 43 |
| Binary | 10010000 | 1001100 | 100001 | 0 | 101111 | 1001101 | 101100 | 10111 | 111111 | 100011 |
Color Harmonies of #904C21
Complementary color
Monochromatic Colors of #904C21
Black with #904C21
Text Example
Text Example
White with #904C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C21; }
p { color: rgb(144,76,33); }
H1.HeaderClassName
{
color: #904C21;
}
.AnyTagClassName
{
color: #904C21;
}
</style>
background-color css
<style>
a { background-color: #904C21; }
a { background-color: rgb(144,76,33); }
div.DivClassName
{
background-color: #904C21;
}
.BgClassName
{
background-color: #904C21;
}
</style>
border-color css
<style>
span { border-color: #904C21; }
span { border-color: rgb(144,76,33); }
td.TdClassName
{
border-color: #904C21;
}
.TagClassName
{
border-color: #904C21;
}
</style>