Shades of Alert Tan #8C502A
Tints of Alert Tan #8C502A
RGB
CMYK
RGB Variations
Color information
#8C502A (or 0x8C502A) is known color: Alert Tan. HEX triplet: 8C, 50 and 2A. RGB value is (140,80,42). Sum of RGB (Red+Green+Blue) = 140+80+42=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C502A is #73AFD5. Grayscale: #5D5D5D. Windows color (decimal): -7581654 or 2773132. OLE color: 2773132.
HSL color Cylindrical-coordinate representation of color #8C502A: hue angle of 23.27º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C502A is Cyan = 0, Magento = 0.43, Yellow = 0.7 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 42 | - |
| CMYK | 0 | 0.43 | 0.7 | 0.45 |
| HSL | 23.27º | 0.54% | 0.36% | - |
| HSV(B) | 23.27º | 0.7% | 0.55% | - |
| XYZ | 14.1 | 11.48 | 3.66 | - |
| YUV | 93.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 42 | 0 | 0.43 | 0.7 | 0.45 | 23.27 | 0.54 | 0.36 |
| Hex | 8C | 50 | 2A | 0 | 2B | 46 | 2D | 17 | 36 | 24 |
| Octal | 214 | 120 | 52 | 0 | 53 | 106 | 55 | 27 | 66 | 44 |
| Binary | 10001100 | 1010000 | 101010 | 0 | 101011 | 1000110 | 101101 | 10111 | 110110 | 100100 |
Color Harmonies of #8C502A
Complementary color
Monochromatic Colors of #8C502A
Black with #8C502A
Text Example
Text Example
White with #8C502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C502A; }
p { color: rgb(140,80,42); }
H1.HeaderClassName
{
color: #8C502A;
}
.AnyTagClassName
{
color: #8C502A;
}
</style>
background-color css
<style>
a { background-color: #8C502A; }
a { background-color: rgb(140,80,42); }
div.DivClassName
{
background-color: #8C502A;
}
.BgClassName
{
background-color: #8C502A;
}
</style>
border-color css
<style>
span { border-color: #8C502A; }
span { border-color: rgb(140,80,42); }
td.TdClassName
{
border-color: #8C502A;
}
.TagClassName
{
border-color: #8C502A;
}
</style>