Shades of Afghan Tan #8C5524
Tints of Afghan Tan #8C5524
RGB
CMYK
RGB Variations
Color information
#8C5524 (or 0x8C5524) is known color: Afghan Tan. HEX triplet: 8C, 55 and 24. RGB value is (140,85,36). Sum of RGB (Red+Green+Blue) = 140+85+36=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5524 is #73AADB. Grayscale: #606060. Windows color (decimal): -7580380 or 2381196. OLE color: 2381196.
HSL color Cylindrical-coordinate representation of color #8C5524: hue angle of 28.27º degrees, saturation: 0.59, 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 #8C5524 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 36 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.45 |
| HSL | 28.27º | 0.59% | 0.35% | - |
| HSV(B) | 28.27º | 0.74% | 0.55% | - |
| XYZ | 14.38 | 12.2 | 3.27 | - |
| YUV | 95.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 36 | 0 | 0.39 | 0.74 | 0.45 | 28.27 | 0.59 | 0.35 |
| Hex | 8C | 55 | 24 | 0 | 27 | 4A | 2D | 1C | 3B | 23 |
| Octal | 214 | 125 | 44 | 0 | 47 | 112 | 55 | 34 | 73 | 43 |
| Binary | 10001100 | 1010101 | 100100 | 0 | 100111 | 1001010 | 101101 | 11100 | 111011 | 100011 |
Color Harmonies of #8C5524
Complementary color
Monochromatic Colors of #8C5524
Black with #8C5524
Text Example
Text Example
White with #8C5524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5524; }
p { color: rgb(140,85,36); }
H1.HeaderClassName
{
color: #8C5524;
}
.AnyTagClassName
{
color: #8C5524;
}
</style>
background-color css
<style>
a { background-color: #8C5524; }
a { background-color: rgb(140,85,36); }
div.DivClassName
{
background-color: #8C5524;
}
.BgClassName
{
background-color: #8C5524;
}
</style>
border-color css
<style>
span { border-color: #8C5524; }
span { border-color: rgb(140,85,36); }
td.TdClassName
{
border-color: #8C5524;
}
.TagClassName
{
border-color: #8C5524;
}
</style>