Shades of Alert Tan #904A32
Tints of Alert Tan #904A32
RGB
CMYK
RGB Variations
Color information
#904A32 (or 0x904A32) is known color: Alert Tan. HEX triplet: 90, 4A and 32. RGB value is (144,74,50). Sum of RGB (Red+Green+Blue) = 144+74+50=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #904A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904A32 is #6FB5CD. Grayscale: #5C5C5C. Windows color (decimal): -7321038 or 3295888. OLE color: 3295888.
HSL color Cylindrical-coordinate representation of color #904A32: hue angle of 15.32º 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 #904A32 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 50 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.44 |
| HSL | 15.32º | 0.48% | 0.38% | - |
| HSV(B) | 15.32º | 0.65% | 0.56% | - |
| XYZ | 14.53 | 11.06 | 4.39 | - |
| YUV | 92.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 50 | 0 | 0.49 | 0.65 | 0.44 | 15.32 | 0.48 | 0.38 |
| Hex | 90 | 4A | 32 | 0 | 31 | 41 | 2C | F | 30 | 26 |
| Octal | 220 | 112 | 62 | 0 | 61 | 101 | 54 | 17 | 60 | 46 |
| Binary | 10010000 | 1001010 | 110010 | 0 | 110001 | 1000001 | 101100 | 1111 | 110000 | 100110 |
Color Harmonies of #904A32
Complementary color
Monochromatic Colors of #904A32
Black with #904A32
Text Example
Text Example
White with #904A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A32; }
p { color: rgb(144,74,50); }
H1.HeaderClassName
{
color: #904A32;
}
.AnyTagClassName
{
color: #904A32;
}
</style>
background-color css
<style>
a { background-color: #904A32; }
a { background-color: rgb(144,74,50); }
div.DivClassName
{
background-color: #904A32;
}
.BgClassName
{
background-color: #904A32;
}
</style>
border-color css
<style>
span { border-color: #904A32; }
span { border-color: rgb(144,74,50); }
td.TdClassName
{
border-color: #904A32;
}
.TagClassName
{
border-color: #904A32;
}
</style>