Shades of Alert Tan #90502C
Tints of Alert Tan #90502C
RGB
CMYK
RGB Variations
Color information
#90502C (or 0x90502C) is known color: Alert Tan. HEX triplet: 90, 50 and 2C. RGB value is (144,80,44). Sum of RGB (Red+Green+Blue) = 144+80+44=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #90502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90502C is #6FAFD3. Grayscale: #5F5F5F. Windows color (decimal): -7319508 or 2904208. OLE color: 2904208.
HSL color Cylindrical-coordinate representation of color #90502C: hue angle of 21.6º 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 #90502C is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 44 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.44 |
| HSL | 21.6º | 0.53% | 0.37% | - |
| HSV(B) | 21.6º | 0.69% | 0.56% | - |
| XYZ | 14.82 | 11.85 | 3.89 | - |
| YUV | 95.03 | 99.2 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 44 | 0 | 0.44 | 0.69 | 0.44 | 21.6 | 0.53 | 0.37 |
| Hex | 90 | 50 | 2C | 0 | 2C | 45 | 2C | 16 | 35 | 25 |
| Octal | 220 | 120 | 54 | 0 | 54 | 105 | 54 | 26 | 65 | 45 |
| Binary | 10010000 | 1010000 | 101100 | 0 | 101100 | 1000101 | 101100 | 10110 | 110101 | 100101 |
Color Harmonies of #90502C
Complementary color
Monochromatic Colors of #90502C
Black with #90502C
Text Example
Text Example
White with #90502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90502C; }
p { color: rgb(144,80,44); }
H1.HeaderClassName
{
color: #90502C;
}
.AnyTagClassName
{
color: #90502C;
}
</style>
background-color css
<style>
a { background-color: #90502C; }
a { background-color: rgb(144,80,44); }
div.DivClassName
{
background-color: #90502C;
}
.BgClassName
{
background-color: #90502C;
}
</style>
border-color css
<style>
span { border-color: #90502C; }
span { border-color: rgb(144,80,44); }
td.TdClassName
{
border-color: #90502C;
}
.TagClassName
{
border-color: #90502C;
}
</style>