Shades of Alert Tan #904720
Tints of Alert Tan #904720
RGB
CMYK
RGB Variations
Color information
#904720 (or 0x904720) is known color: Alert Tan. HEX triplet: 90, 47 and 20. RGB value is (144,71,32). Sum of RGB (Red+Green+Blue) = 144+71+32=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #904720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904720 is #6FB8DF. Grayscale: #585858. Windows color (decimal): -7321824 or 2115472. OLE color: 2115472.
HSL color Cylindrical-coordinate representation of color #904720: hue angle of 20.89º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #904720 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 32 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.44 |
| HSL | 20.89º | 0.64% | 0.35% | - |
| HSV(B) | 20.89º | 0.78% | 0.56% | - |
| XYZ | 14.02 | 10.54 | 2.66 | - |
| YUV | 88.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 32 | 0 | 0.51 | 0.78 | 0.44 | 20.89 | 0.64 | 0.35 |
| Hex | 90 | 47 | 20 | 0 | 33 | 4E | 2C | 15 | 40 | 23 |
| Octal | 220 | 107 | 40 | 0 | 63 | 116 | 54 | 25 | 100 | 43 |
| Binary | 10010000 | 1000111 | 100000 | 0 | 110011 | 1001110 | 101100 | 10101 | 1000000 | 100011 |
Color Harmonies of #904720
Complementary color
Monochromatic Colors of #904720
Black with #904720
Text Example
Text Example
White with #904720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904720; }
p { color: rgb(144,71,32); }
H1.HeaderClassName
{
color: #904720;
}
.AnyTagClassName
{
color: #904720;
}
</style>
background-color css
<style>
a { background-color: #904720; }
a { background-color: rgb(144,71,32); }
div.DivClassName
{
background-color: #904720;
}
.BgClassName
{
background-color: #904720;
}
</style>
border-color css
<style>
span { border-color: #904720; }
span { border-color: rgb(144,71,32); }
td.TdClassName
{
border-color: #904720;
}
.TagClassName
{
border-color: #904720;
}
</style>