Shades of Alert Tan #904B2E
Tints of Alert Tan #904B2E
RGB
CMYK
RGB Variations
Color information
#904B2E (or 0x904B2E) is known color: Alert Tan. HEX triplet: 90, 4B and 2E. RGB value is (144,75,46). Sum of RGB (Red+Green+Blue) = 144+75+46=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #904B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904B2E is #6FB4D1. Grayscale: #5C5C5C. Windows color (decimal): -7320786 or 3034000. OLE color: 3034000.
HSL color Cylindrical-coordinate representation of color #904B2E: hue angle of 17.76º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #904B2E is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 75 | 46 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.44 |
| HSL | 17.76º | 0.52% | 0.37% | - |
| HSV(B) | 17.76º | 0.68% | 0.56% | - |
| XYZ | 14.51 | 11.16 | 3.97 | - |
| YUV | 92.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 46 | 0 | 0.48 | 0.68 | 0.44 | 17.76 | 0.52 | 0.37 |
| Hex | 90 | 4B | 2E | 0 | 30 | 44 | 2C | 12 | 34 | 25 |
| Octal | 220 | 113 | 56 | 0 | 60 | 104 | 54 | 22 | 64 | 45 |
| Binary | 10010000 | 1001011 | 101110 | 0 | 110000 | 1000100 | 101100 | 10010 | 110100 | 100101 |
Color Harmonies of #904B2E
Complementary color
Monochromatic Colors of #904B2E
Black with #904B2E
Text Example
Text Example
White with #904B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904B2E; }
p { color: rgb(144,75,46); }
H1.HeaderClassName
{
color: #904B2E;
}
.AnyTagClassName
{
color: #904B2E;
}
</style>
background-color css
<style>
a { background-color: #904B2E; }
a { background-color: rgb(144,75,46); }
div.DivClassName
{
background-color: #904B2E;
}
.BgClassName
{
background-color: #904B2E;
}
</style>
border-color css
<style>
span { border-color: #904B2E; }
span { border-color: rgb(144,75,46); }
td.TdClassName
{
border-color: #904B2E;
}
.TagClassName
{
border-color: #904B2E;
}
</style>