Shades of Alert Tan #904C32
Tints of Alert Tan #904C32
RGB
CMYK
RGB Variations
Color information
#904C32 (or 0x904C32) is known color: Alert Tan. HEX triplet: 90, 4C and 32. RGB value is (144,76,50). Sum of RGB (Red+Green+Blue) = 144+76+50=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #904C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904C32 is #6FB3CD. Grayscale: #5D5D5D. Windows color (decimal): -7320526 or 3296400. OLE color: 3296400.
HSL color Cylindrical-coordinate representation of color #904C32: hue angle of 16.6º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #904C32 is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 76 | 50 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.44 |
| HSL | 16.6º | 0.48% | 0.38% | - |
| HSV(B) | 16.6º | 0.65% | 0.56% | - |
| XYZ | 14.66 | 11.33 | 4.43 | - |
| YUV | 93.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 50 | 0 | 0.47 | 0.65 | 0.44 | 16.6 | 0.48 | 0.38 |
| Hex | 90 | 4C | 32 | 0 | 2F | 41 | 2C | 11 | 30 | 26 |
| Octal | 220 | 114 | 62 | 0 | 57 | 101 | 54 | 21 | 60 | 46 |
| Binary | 10010000 | 1001100 | 110010 | 0 | 101111 | 1000001 | 101100 | 10001 | 110000 | 100110 |
Color Harmonies of #904C32
Complementary color
Monochromatic Colors of #904C32
Black with #904C32
Text Example
Text Example
White with #904C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C32; }
p { color: rgb(144,76,50); }
H1.HeaderClassName
{
color: #904C32;
}
.AnyTagClassName
{
color: #904C32;
}
</style>
background-color css
<style>
a { background-color: #904C32; }
a { background-color: rgb(144,76,50); }
div.DivClassName
{
background-color: #904C32;
}
.BgClassName
{
background-color: #904C32;
}
</style>
border-color css
<style>
span { border-color: #904C32; }
span { border-color: rgb(144,76,50); }
td.TdClassName
{
border-color: #904C32;
}
.TagClassName
{
border-color: #904C32;
}
</style>