Shades of Afghan Tan #8E5F25
Tints of Afghan Tan #8E5F25
RGB
CMYK
RGB Variations
Color information
#8E5F25 (or 0x8E5F25) is known color: Afghan Tan. HEX triplet: 8E, 5F and 25. RGB value is (142,95,37). Sum of RGB (Red+Green+Blue) = 142+95+37=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5F25 is #71A0DA. Grayscale: #666666. Windows color (decimal): -7446747 or 2449294. OLE color: 2449294.
HSL color Cylindrical-coordinate representation of color #8E5F25: hue angle of 33.14º 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 #8E5F25 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 95 | 37 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.44 |
| HSL | 33.14º | 0.59% | 0.35% | - |
| HSV(B) | 33.14º | 0.74% | 0.56% | - |
| XYZ | 15.58 | 14.07 | 3.64 | - |
| YUV | 102.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 37 | 0 | 0.33 | 0.74 | 0.44 | 33.14 | 0.59 | 0.35 |
| Hex | 8E | 5F | 25 | 0 | 21 | 4A | 2C | 21 | 3B | 23 |
| Octal | 216 | 137 | 45 | 0 | 41 | 112 | 54 | 41 | 73 | 43 |
| Binary | 10001110 | 1011111 | 100101 | 0 | 100001 | 1001010 | 101100 | 100001 | 111011 | 100011 |
Color Harmonies of #8E5F25
Complementary color
Monochromatic Colors of #8E5F25
Black with #8E5F25
Text Example
Text Example
White with #8E5F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5F25; }
p { color: rgb(142,95,37); }
H1.HeaderClassName
{
color: #8E5F25;
}
.AnyTagClassName
{
color: #8E5F25;
}
</style>
background-color css
<style>
a { background-color: #8E5F25; }
a { background-color: rgb(142,95,37); }
div.DivClassName
{
background-color: #8E5F25;
}
.BgClassName
{
background-color: #8E5F25;
}
</style>
border-color css
<style>
span { border-color: #8E5F25; }
span { border-color: rgb(142,95,37); }
td.TdClassName
{
border-color: #8E5F25;
}
.TagClassName
{
border-color: #8E5F25;
}
</style>