Shades of Alert Tan #904E31
Tints of Alert Tan #904E31
RGB
CMYK
RGB Variations
Color information
#904E31 (or 0x904E31) is known color: Alert Tan. HEX triplet: 90, 4E and 31. RGB value is (144,78,49). Sum of RGB (Red+Green+Blue) = 144+78+49=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #904E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904E31 is #6FB1CE. Grayscale: #5E5E5E. Windows color (decimal): -7320015 or 3231376. OLE color: 3231376.
HSL color Cylindrical-coordinate representation of color #904E31: hue angle of 18.32º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904E31 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 49 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.44 |
| HSL | 18.32º | 0.49% | 0.38% | - |
| HSV(B) | 18.32º | 0.66% | 0.56% | - |
| XYZ | 14.78 | 11.6 | 4.37 | - |
| YUV | 94.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 49 | 0 | 0.46 | 0.66 | 0.44 | 18.32 | 0.49 | 0.38 |
| Hex | 90 | 4E | 31 | 0 | 2E | 42 | 2C | 12 | 31 | 26 |
| Octal | 220 | 116 | 61 | 0 | 56 | 102 | 54 | 22 | 61 | 46 |
| Binary | 10010000 | 1001110 | 110001 | 0 | 101110 | 1000010 | 101100 | 10010 | 110001 | 100110 |
Color Harmonies of #904E31
Complementary color
Monochromatic Colors of #904E31
Black with #904E31
Text Example
Text Example
White with #904E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E31; }
p { color: rgb(144,78,49); }
H1.HeaderClassName
{
color: #904E31;
}
.AnyTagClassName
{
color: #904E31;
}
</style>
background-color css
<style>
a { background-color: #904E31; }
a { background-color: rgb(144,78,49); }
div.DivClassName
{
background-color: #904E31;
}
.BgClassName
{
background-color: #904E31;
}
</style>
border-color css
<style>
span { border-color: #904E31; }
span { border-color: rgb(144,78,49); }
td.TdClassName
{
border-color: #904E31;
}
.TagClassName
{
border-color: #904E31;
}
</style>