Shades of Alert Tan #8C502B
Tints of Alert Tan #8C502B
RGB
CMYK
RGB Variations
Color information
#8C502B (or 0x8C502B) is known color: Alert Tan. HEX triplet: 8C, 50 and 2B. RGB value is (140,80,43). Sum of RGB (Red+Green+Blue) = 140+80+43=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C502B is #73AFD4. Grayscale: #5D5D5D. Windows color (decimal): -7581653 or 2838668. OLE color: 2838668.
HSL color Cylindrical-coordinate representation of color #8C502B: hue angle of 22.89º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C502B is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 43 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.45 |
| HSL | 22.89º | 0.53% | 0.36% | - |
| HSV(B) | 22.89º | 0.69% | 0.55% | - |
| XYZ | 14.12 | 11.49 | 3.76 | - |
| YUV | 93.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 43 | 0 | 0.43 | 0.69 | 0.45 | 22.89 | 0.53 | 0.36 |
| Hex | 8C | 50 | 2B | 0 | 2B | 45 | 2D | 17 | 35 | 24 |
| Octal | 214 | 120 | 53 | 0 | 53 | 105 | 55 | 27 | 65 | 44 |
| Binary | 10001100 | 1010000 | 101011 | 0 | 101011 | 1000101 | 101101 | 10111 | 110101 | 100100 |
Color Harmonies of #8C502B
Complementary color
Monochromatic Colors of #8C502B
Black with #8C502B
Text Example
Text Example
White with #8C502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C502B; }
p { color: rgb(140,80,43); }
H1.HeaderClassName
{
color: #8C502B;
}
.AnyTagClassName
{
color: #8C502B;
}
</style>
background-color css
<style>
a { background-color: #8C502B; }
a { background-color: rgb(140,80,43); }
div.DivClassName
{
background-color: #8C502B;
}
.BgClassName
{
background-color: #8C502B;
}
</style>
border-color css
<style>
span { border-color: #8C502B; }
span { border-color: rgb(140,80,43); }
td.TdClassName
{
border-color: #8C502B;
}
.TagClassName
{
border-color: #8C502B;
}
</style>