Shades of Afghan Tan #8C5816
Tints of Afghan Tan #8C5816
RGB
CMYK
RGB Variations
Color information
#8C5816 (or 0x8C5816) is known color: Afghan Tan. HEX triplet: 8C, 58 and 16. RGB value is (140,88,22). Sum of RGB (Red+Green+Blue) = 140+88+22=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5816 is #73A7E9. Grayscale: #606060. Windows color (decimal): -7579626 or 1464460. OLE color: 1464460.
HSL color Cylindrical-coordinate representation of color #8C5816: hue angle of 33.56º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C5816 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 22 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.45 |
| HSL | 33.56º | 0.73% | 0.32% | - |
| HSV(B) | 33.56º | 0.84% | 0.55% | - |
| XYZ | 14.45 | 12.61 | 2.43 | - |
| YUV | 96.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 22 | 0 | 0.37 | 0.84 | 0.45 | 33.56 | 0.73 | 0.32 |
| Hex | 8C | 58 | 16 | 0 | 25 | 54 | 2D | 22 | 49 | 20 |
| Octal | 214 | 130 | 26 | 0 | 45 | 124 | 55 | 42 | 111 | 40 |
| Binary | 10001100 | 1011000 | 10110 | 0 | 100101 | 1010100 | 101101 | 100010 | 1001001 | 100000 |
Color Harmonies of #8C5816
Complementary color
Monochromatic Colors of #8C5816
Black with #8C5816
Text Example
Text Example
White with #8C5816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5816; }
p { color: rgb(140,88,22); }
H1.HeaderClassName
{
color: #8C5816;
}
.AnyTagClassName
{
color: #8C5816;
}
</style>
background-color css
<style>
a { background-color: #8C5816; }
a { background-color: rgb(140,88,22); }
div.DivClassName
{
background-color: #8C5816;
}
.BgClassName
{
background-color: #8C5816;
}
</style>
border-color css
<style>
span { border-color: #8C5816; }
span { border-color: rgb(140,88,22); }
td.TdClassName
{
border-color: #8C5816;
}
.TagClassName
{
border-color: #8C5816;
}
</style>