Shades of Alert Tan #904A2C
Tints of Alert Tan #904A2C
RGB
CMYK
RGB Variations
Color information
#904A2C (or 0x904A2C) is known color: Alert Tan. HEX triplet: 90, 4A and 2C. RGB value is (144,74,44). Sum of RGB (Red+Green+Blue) = 144+74+44=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #904A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904A2C is #6FB5D3. Grayscale: #5B5B5B. Windows color (decimal): -7321044 or 2902672. OLE color: 2902672.
HSL color Cylindrical-coordinate representation of color #904A2C: hue angle of 18º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #904A2C is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 44 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.44 |
| HSL | 18º | 0.53% | 0.37% | - |
| HSV(B) | 18º | 0.69% | 0.56% | - |
| XYZ | 14.41 | 11.01 | 3.75 | - |
| YUV | 91.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 44 | 0 | 0.49 | 0.69 | 0.44 | 18 | 0.53 | 0.37 |
| Hex | 90 | 4A | 2C | 0 | 31 | 45 | 2C | 12 | 35 | 25 |
| Octal | 220 | 112 | 54 | 0 | 61 | 105 | 54 | 22 | 65 | 45 |
| Binary | 10010000 | 1001010 | 101100 | 0 | 110001 | 1000101 | 101100 | 10010 | 110101 | 100101 |
Color Harmonies of #904A2C
Complementary color
Monochromatic Colors of #904A2C
Black with #904A2C
Text Example
Text Example
White with #904A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A2C; }
p { color: rgb(144,74,44); }
H1.HeaderClassName
{
color: #904A2C;
}
.AnyTagClassName
{
color: #904A2C;
}
</style>
background-color css
<style>
a { background-color: #904A2C; }
a { background-color: rgb(144,74,44); }
div.DivClassName
{
background-color: #904A2C;
}
.BgClassName
{
background-color: #904A2C;
}
</style>
border-color css
<style>
span { border-color: #904A2C; }
span { border-color: rgb(144,74,44); }
td.TdClassName
{
border-color: #904A2C;
}
.TagClassName
{
border-color: #904A2C;
}
</style>