Shades of Alert Tan #904A2F
Tints of Alert Tan #904A2F
RGB
CMYK
RGB Variations
Color information
#904A2F (or 0x904A2F) is known color: Alert Tan. HEX triplet: 90, 4A and 2F. RGB value is (144,74,47). Sum of RGB (Red+Green+Blue) = 144+74+47=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #904A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904A2F is #6FB5D0. Grayscale: #5C5C5C. Windows color (decimal): -7321041 or 3099280. OLE color: 3099280.
HSL color Cylindrical-coordinate representation of color #904A2F: hue angle of 16.7º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #904A2F is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 47 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.44 |
| HSL | 16.7º | 0.51% | 0.37% | - |
| HSV(B) | 16.7º | 0.67% | 0.56% | - |
| XYZ | 14.46 | 11.03 | 4.06 | - |
| YUV | 91.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 47 | 0 | 0.49 | 0.67 | 0.44 | 16.7 | 0.51 | 0.37 |
| Hex | 90 | 4A | 2F | 0 | 31 | 43 | 2C | 11 | 33 | 25 |
| Octal | 220 | 112 | 57 | 0 | 61 | 103 | 54 | 21 | 63 | 45 |
| Binary | 10010000 | 1001010 | 101111 | 0 | 110001 | 1000011 | 101100 | 10001 | 110011 | 100101 |
Color Harmonies of #904A2F
Complementary color
Monochromatic Colors of #904A2F
Black with #904A2F
Text Example
Text Example
White with #904A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A2F; }
p { color: rgb(144,74,47); }
H1.HeaderClassName
{
color: #904A2F;
}
.AnyTagClassName
{
color: #904A2F;
}
</style>
background-color css
<style>
a { background-color: #904A2F; }
a { background-color: rgb(144,74,47); }
div.DivClassName
{
background-color: #904A2F;
}
.BgClassName
{
background-color: #904A2F;
}
</style>
border-color css
<style>
span { border-color: #904A2F; }
span { border-color: rgb(144,74,47); }
td.TdClassName
{
border-color: #904A2F;
}
.TagClassName
{
border-color: #904A2F;
}
</style>