Shades of Afghan Tan #8E5625
Tints of Afghan Tan #8E5625
RGB
CMYK
RGB Variations
Color information
#8E5625 (or 0x8E5625) is known color: Afghan Tan. HEX triplet: 8E, 56 and 25. RGB value is (142,86,37). Sum of RGB (Red+Green+Blue) = 142+86+37=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5625 is #71A9DA. Grayscale: #616161. Windows color (decimal): -7449051 or 2446990. OLE color: 2446990.
HSL color Cylindrical-coordinate representation of color #8E5625: hue angle of 28º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E5625 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 37 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.44 |
| HSL | 28º | 0.59% | 0.35% | - |
| HSV(B) | 28º | 0.74% | 0.56% | - |
| XYZ | 14.82 | 12.54 | 3.39 | - |
| YUV | 97.16 | 94.05 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 37 | 0 | 0.39 | 0.74 | 0.44 | 28 | 0.59 | 0.35 |
| Hex | 8E | 56 | 25 | 0 | 27 | 4A | 2C | 1C | 3B | 23 |
| Octal | 216 | 126 | 45 | 0 | 47 | 112 | 54 | 34 | 73 | 43 |
| Binary | 10001110 | 1010110 | 100101 | 0 | 100111 | 1001010 | 101100 | 11100 | 111011 | 100011 |
Color Harmonies of #8E5625
Complementary color
Monochromatic Colors of #8E5625
Black with #8E5625
Text Example
Text Example
White with #8E5625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5625; }
p { color: rgb(142,86,37); }
H1.HeaderClassName
{
color: #8E5625;
}
.AnyTagClassName
{
color: #8E5625;
}
</style>
background-color css
<style>
a { background-color: #8E5625; }
a { background-color: rgb(142,86,37); }
div.DivClassName
{
background-color: #8E5625;
}
.BgClassName
{
background-color: #8E5625;
}
</style>
border-color css
<style>
span { border-color: #8E5625; }
span { border-color: rgb(142,86,37); }
td.TdClassName
{
border-color: #8E5625;
}
.TagClassName
{
border-color: #8E5625;
}
</style>