Shades of Afghan Tan #8E5927
Tints of Afghan Tan #8E5927
RGB
CMYK
RGB Variations
Color information
#8E5927 (or 0x8E5927) is known color: Afghan Tan. HEX triplet: 8E, 59 and 27. RGB value is (142,89,39). Sum of RGB (Red+Green+Blue) = 142+89+39=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5927 is #71A6D8. Grayscale: #636363. Windows color (decimal): -7448281 or 2578830. OLE color: 2578830.
HSL color Cylindrical-coordinate representation of color #8E5927: hue angle of 29.13º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E5927 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 89 | 39 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.44 |
| HSL | 29.13º | 0.57% | 0.35% | - |
| HSV(B) | 29.13º | 0.73% | 0.56% | - |
| XYZ | 15.09 | 13.04 | 3.64 | - |
| YUV | 99.15 | 94.06 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 39 | 0 | 0.37 | 0.73 | 0.44 | 29.13 | 0.57 | 0.35 |
| Hex | 8E | 59 | 27 | 0 | 25 | 49 | 2C | 1D | 39 | 23 |
| Octal | 216 | 131 | 47 | 0 | 45 | 111 | 54 | 35 | 71 | 43 |
| Binary | 10001110 | 1011001 | 100111 | 0 | 100101 | 1001001 | 101100 | 11101 | 111001 | 100011 |
Color Harmonies of #8E5927
Complementary color
Monochromatic Colors of #8E5927
Black with #8E5927
Text Example
Text Example
White with #8E5927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5927; }
p { color: rgb(142,89,39); }
H1.HeaderClassName
{
color: #8E5927;
}
.AnyTagClassName
{
color: #8E5927;
}
</style>
background-color css
<style>
a { background-color: #8E5927; }
a { background-color: rgb(142,89,39); }
div.DivClassName
{
background-color: #8E5927;
}
.BgClassName
{
background-color: #8E5927;
}
</style>
border-color css
<style>
span { border-color: #8E5927; }
span { border-color: rgb(142,89,39); }
td.TdClassName
{
border-color: #8E5927;
}
.TagClassName
{
border-color: #8E5927;
}
</style>