Shades of Afghan Tan #8C5625
Tints of Afghan Tan #8C5625
RGB
CMYK
RGB Variations
Color information
#8C5625 (or 0x8C5625) is known color: Afghan Tan. HEX triplet: 8C, 56 and 25. RGB value is (140,86,37). Sum of RGB (Red+Green+Blue) = 140+86+37=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5625 is #73A9DA. Grayscale: #606060. Windows color (decimal): -7580123 or 2446988. OLE color: 2446988.
HSL color Cylindrical-coordinate representation of color #8C5625: hue angle of 28.54º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C5625 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 37 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.45 |
| HSL | 28.54º | 0.58% | 0.35% | - |
| HSV(B) | 28.54º | 0.74% | 0.55% | - |
| XYZ | 14.48 | 12.36 | 3.37 | - |
| YUV | 96.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 37 | 0 | 0.39 | 0.74 | 0.45 | 28.54 | 0.58 | 0.35 |
| Hex | 8C | 56 | 25 | 0 | 27 | 4A | 2D | 1D | 3A | 23 |
| Octal | 214 | 126 | 45 | 0 | 47 | 112 | 55 | 35 | 72 | 43 |
| Binary | 10001100 | 1010110 | 100101 | 0 | 100111 | 1001010 | 101101 | 11101 | 111010 | 100011 |
Color Harmonies of #8C5625
Complementary color
Monochromatic Colors of #8C5625
Black with #8C5625
Text Example
Text Example
White with #8C5625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5625; }
p { color: rgb(140,86,37); }
H1.HeaderClassName
{
color: #8C5625;
}
.AnyTagClassName
{
color: #8C5625;
}
</style>
background-color css
<style>
a { background-color: #8C5625; }
a { background-color: rgb(140,86,37); }
div.DivClassName
{
background-color: #8C5625;
}
.BgClassName
{
background-color: #8C5625;
}
</style>
border-color css
<style>
span { border-color: #8C5625; }
span { border-color: rgb(140,86,37); }
td.TdClassName
{
border-color: #8C5625;
}
.TagClassName
{
border-color: #8C5625;
}
</style>