Shades of Afghan Tan #8E5820
Tints of Afghan Tan #8E5820
RGB
CMYK
RGB Variations
Color information
#8E5820 (or 0x8E5820) is known color: Afghan Tan. HEX triplet: 8E, 58 and 20. RGB value is (142,88,32). Sum of RGB (Red+Green+Blue) = 142+88+32=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5820 is #71A7DF. Grayscale: #626262. Windows color (decimal): -7448544 or 2119822. OLE color: 2119822.
HSL color Cylindrical-coordinate representation of color #8E5820: hue angle of 30.55º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E5820 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 88 | 32 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.44 |
| HSL | 30.55º | 0.63% | 0.34% | - |
| HSV(B) | 30.55º | 0.77% | 0.56% | - |
| XYZ | 14.91 | 12.83 | 3.06 | - |
| YUV | 97.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 32 | 0 | 0.38 | 0.77 | 0.44 | 30.55 | 0.63 | 0.34 |
| Hex | 8E | 58 | 20 | 0 | 26 | 4D | 2C | 1F | 3F | 22 |
| Octal | 216 | 130 | 40 | 0 | 46 | 115 | 54 | 37 | 77 | 42 |
| Binary | 10001110 | 1011000 | 100000 | 0 | 100110 | 1001101 | 101100 | 11111 | 111111 | 100010 |
Color Harmonies of #8E5820
Complementary color
Monochromatic Colors of #8E5820
Black with #8E5820
Text Example
Text Example
White with #8E5820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5820; }
p { color: rgb(142,88,32); }
H1.HeaderClassName
{
color: #8E5820;
}
.AnyTagClassName
{
color: #8E5820;
}
</style>
background-color css
<style>
a { background-color: #8E5820; }
a { background-color: rgb(142,88,32); }
div.DivClassName
{
background-color: #8E5820;
}
.BgClassName
{
background-color: #8E5820;
}
</style>
border-color css
<style>
span { border-color: #8E5820; }
span { border-color: rgb(142,88,32); }
td.TdClassName
{
border-color: #8E5820;
}
.TagClassName
{
border-color: #8E5820;
}
</style>