Shades of Afghan Tan #8E5B26
Tints of Afghan Tan #8E5B26
RGB
CMYK
RGB Variations
Color information
#8E5B26 (or 0x8E5B26) is known color: Afghan Tan. HEX triplet: 8E, 5B and 26. RGB value is (142,91,38). Sum of RGB (Red+Green+Blue) = 142+91+38=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5B26 is #71A4D9. Grayscale: #646464. Windows color (decimal): -7447770 or 2513806. OLE color: 2513806.
HSL color Cylindrical-coordinate representation of color #8E5B26: hue angle of 30.58º degrees, saturation: 0.58, 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 #8E5B26 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 91 | 38 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.44 |
| HSL | 30.58º | 0.58% | 0.35% | - |
| HSV(B) | 30.58º | 0.73% | 0.56% | - |
| XYZ | 15.25 | 13.37 | 3.61 | - |
| YUV | 100.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 91 | 38 | 0 | 0.36 | 0.73 | 0.44 | 30.58 | 0.58 | 0.35 |
| Hex | 8E | 5B | 26 | 0 | 24 | 49 | 2C | 1F | 3A | 23 |
| Octal | 216 | 133 | 46 | 0 | 44 | 111 | 54 | 37 | 72 | 43 |
| Binary | 10001110 | 1011011 | 100110 | 0 | 100100 | 1001001 | 101100 | 11111 | 111010 | 100011 |
Color Harmonies of #8E5B26
Complementary color
Monochromatic Colors of #8E5B26
Black with #8E5B26
Text Example
Text Example
White with #8E5B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5B26; }
p { color: rgb(142,91,38); }
H1.HeaderClassName
{
color: #8E5B26;
}
.AnyTagClassName
{
color: #8E5B26;
}
</style>
background-color css
<style>
a { background-color: #8E5B26; }
a { background-color: rgb(142,91,38); }
div.DivClassName
{
background-color: #8E5B26;
}
.BgClassName
{
background-color: #8E5B26;
}
</style>
border-color css
<style>
span { border-color: #8E5B26; }
span { border-color: rgb(142,91,38); }
td.TdClassName
{
border-color: #8E5B26;
}
.TagClassName
{
border-color: #8E5B26;
}
</style>