Shades of Afghan Tan #8E5725
Tints of Afghan Tan #8E5725
RGB
CMYK
RGB Variations
Color information
#8E5725 (or 0x8E5725) is known color: Afghan Tan. HEX triplet: 8E, 57 and 25. RGB value is (142,87,37). Sum of RGB (Red+Green+Blue) = 142+87+37=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5725 is #71A8DA. Grayscale: #626262. Windows color (decimal): -7448795 or 2447246. OLE color: 2447246.
HSL color Cylindrical-coordinate representation of color #8E5725: hue angle of 28.57º 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 #8E5725 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 87 | 37 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.44 |
| HSL | 28.57º | 0.59% | 0.35% | - |
| HSV(B) | 28.57º | 0.74% | 0.56% | - |
| XYZ | 14.9 | 12.7 | 3.42 | - |
| YUV | 97.75 | 93.72 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 87 | 37 | 0 | 0.39 | 0.74 | 0.44 | 28.57 | 0.59 | 0.35 |
| Hex | 8E | 57 | 25 | 0 | 27 | 4A | 2C | 1D | 3B | 23 |
| Octal | 216 | 127 | 45 | 0 | 47 | 112 | 54 | 35 | 73 | 43 |
| Binary | 10001110 | 1010111 | 100101 | 0 | 100111 | 1001010 | 101100 | 11101 | 111011 | 100011 |
Color Harmonies of #8E5725
Complementary color
Monochromatic Colors of #8E5725
Black with #8E5725
Text Example
Text Example
White with #8E5725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5725; }
p { color: rgb(142,87,37); }
H1.HeaderClassName
{
color: #8E5725;
}
.AnyTagClassName
{
color: #8E5725;
}
</style>
background-color css
<style>
a { background-color: #8E5725; }
a { background-color: rgb(142,87,37); }
div.DivClassName
{
background-color: #8E5725;
}
.BgClassName
{
background-color: #8E5725;
}
</style>
border-color css
<style>
span { border-color: #8E5725; }
span { border-color: rgb(142,87,37); }
td.TdClassName
{
border-color: #8E5725;
}
.TagClassName
{
border-color: #8E5725;
}
</style>