Shades of Afghan Tan #8C5222
Tints of Afghan Tan #8C5222
RGB
CMYK
RGB Variations
Color information
#8C5222 (or 0x8C5222) is known color: Afghan Tan. HEX triplet: 8C, 52 and 22. RGB value is (140,82,34). Sum of RGB (Red+Green+Blue) = 140+82+34=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5222 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5222 is #73ADDD. Grayscale: #5E5E5E. Windows color (decimal): -7581150 or 2249356. OLE color: 2249356.
HSL color Cylindrical-coordinate representation of color #8C5222: hue angle of 27.17º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C5222 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 34 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.45 |
| HSL | 27.17º | 0.61% | 0.34% | - |
| HSV(B) | 27.17º | 0.76% | 0.55% | - |
| XYZ | 14.12 | 11.73 | 3.03 | - |
| YUV | 93.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 34 | 0 | 0.41 | 0.76 | 0.45 | 27.17 | 0.61 | 0.34 |
| Hex | 8C | 52 | 22 | 0 | 29 | 4C | 2D | 1B | 3D | 22 |
| Octal | 214 | 122 | 42 | 0 | 51 | 114 | 55 | 33 | 75 | 42 |
| Binary | 10001100 | 1010010 | 100010 | 0 | 101001 | 1001100 | 101101 | 11011 | 111101 | 100010 |
Color Harmonies of #8C5222
Complementary color
Monochromatic Colors of #8C5222
Black with #8C5222
Text Example
Text Example
White with #8C5222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5222; }
p { color: rgb(140,82,34); }
H1.HeaderClassName
{
color: #8C5222;
}
.AnyTagClassName
{
color: #8C5222;
}
</style>
background-color css
<style>
a { background-color: #8C5222; }
a { background-color: rgb(140,82,34); }
div.DivClassName
{
background-color: #8C5222;
}
.BgClassName
{
background-color: #8C5222;
}
</style>
border-color css
<style>
span { border-color: #8C5222; }
span { border-color: rgb(140,82,34); }
td.TdClassName
{
border-color: #8C5222;
}
.TagClassName
{
border-color: #8C5222;
}
</style>