Shades of Alert Tan #904E32
Tints of Alert Tan #904E32
RGB
CMYK
RGB Variations
Color information
#904E32 (or 0x904E32) is known color: Alert Tan. HEX triplet: 90, 4E and 32. RGB value is (144,78,50). Sum of RGB (Red+Green+Blue) = 144+78+50=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #904E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904E32 is #6FB1CD. Grayscale: #5E5E5E. Windows color (decimal): -7320014 or 3296912. OLE color: 3296912.
HSL color Cylindrical-coordinate representation of color #904E32: hue angle of 17.87º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #904E32 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 50 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.44 |
| HSL | 17.87º | 0.48% | 0.38% | - |
| HSV(B) | 17.87º | 0.65% | 0.56% | - |
| XYZ | 14.8 | 11.61 | 4.48 | - |
| YUV | 94.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 50 | 0 | 0.46 | 0.65 | 0.44 | 17.87 | 0.48 | 0.38 |
| Hex | 90 | 4E | 32 | 0 | 2E | 41 | 2C | 12 | 30 | 26 |
| Octal | 220 | 116 | 62 | 0 | 56 | 101 | 54 | 22 | 60 | 46 |
| Binary | 10010000 | 1001110 | 110010 | 0 | 101110 | 1000001 | 101100 | 10010 | 110000 | 100110 |
Color Harmonies of #904E32
Complementary color
Monochromatic Colors of #904E32
Black with #904E32
Text Example
Text Example
White with #904E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E32; }
p { color: rgb(144,78,50); }
H1.HeaderClassName
{
color: #904E32;
}
.AnyTagClassName
{
color: #904E32;
}
</style>
background-color css
<style>
a { background-color: #904E32; }
a { background-color: rgb(144,78,50); }
div.DivClassName
{
background-color: #904E32;
}
.BgClassName
{
background-color: #904E32;
}
</style>
border-color css
<style>
span { border-color: #904E32; }
span { border-color: rgb(144,78,50); }
td.TdClassName
{
border-color: #904E32;
}
.TagClassName
{
border-color: #904E32;
}
</style>