Shades of Alert Tan #904D2F
Tints of Alert Tan #904D2F
RGB
CMYK
RGB Variations
Color information
#904D2F (or 0x904D2F) is known color: Alert Tan. HEX triplet: 90, 4D and 2F. RGB value is (144,77,47). Sum of RGB (Red+Green+Blue) = 144+77+47=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #904D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904D2F is #6FB2D0. Grayscale: #5D5D5D. Windows color (decimal): -7320273 or 3100048. OLE color: 3100048.
HSL color Cylindrical-coordinate representation of color #904D2F: hue angle of 18.56º 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 #904D2F is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 77 | 47 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.44 |
| HSL | 18.56º | 0.51% | 0.37% | - |
| HSV(B) | 18.56º | 0.67% | 0.56% | - |
| XYZ | 14.67 | 11.44 | 4.12 | - |
| YUV | 93.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 47 | 0 | 0.47 | 0.67 | 0.44 | 18.56 | 0.51 | 0.37 |
| Hex | 90 | 4D | 2F | 0 | 2F | 43 | 2C | 13 | 33 | 25 |
| Octal | 220 | 115 | 57 | 0 | 57 | 103 | 54 | 23 | 63 | 45 |
| Binary | 10010000 | 1001101 | 101111 | 0 | 101111 | 1000011 | 101100 | 10011 | 110011 | 100101 |
Color Harmonies of #904D2F
Complementary color
Monochromatic Colors of #904D2F
Black with #904D2F
Text Example
Text Example
White with #904D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904D2F; }
p { color: rgb(144,77,47); }
H1.HeaderClassName
{
color: #904D2F;
}
.AnyTagClassName
{
color: #904D2F;
}
</style>
background-color css
<style>
a { background-color: #904D2F; }
a { background-color: rgb(144,77,47); }
div.DivClassName
{
background-color: #904D2F;
}
.BgClassName
{
background-color: #904D2F;
}
</style>
border-color css
<style>
span { border-color: #904D2F; }
span { border-color: rgb(144,77,47); }
td.TdClassName
{
border-color: #904D2F;
}
.TagClassName
{
border-color: #904D2F;
}
</style>