Shades of Afghan Tan #8E5B21
Tints of Afghan Tan #8E5B21
RGB
CMYK
RGB Variations
Color information
#8E5B21 (or 0x8E5B21) is known color: Afghan Tan. HEX triplet: 8E, 5B and 21. RGB value is (142,91,33). Sum of RGB (Red+Green+Blue) = 142+91+33=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5B21 is #71A4DE. Grayscale: #636363. Windows color (decimal): -7447775 or 2186126. OLE color: 2186126.
HSL color Cylindrical-coordinate representation of color #8E5B21: hue angle of 31.93º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E5B21 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 91 | 33 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.44 |
| HSL | 31.93º | 0.62% | 0.34% | - |
| HSV(B) | 31.93º | 0.77% | 0.56% | - |
| XYZ | 15.17 | 13.34 | 3.21 | - |
| YUV | 99.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 91 | 33 | 0 | 0.36 | 0.77 | 0.44 | 31.93 | 0.62 | 0.34 |
| Hex | 8E | 5B | 21 | 0 | 24 | 4D | 2C | 20 | 3E | 22 |
| Octal | 216 | 133 | 41 | 0 | 44 | 115 | 54 | 40 | 76 | 42 |
| Binary | 10001110 | 1011011 | 100001 | 0 | 100100 | 1001101 | 101100 | 100000 | 111110 | 100010 |
Color Harmonies of #8E5B21
Complementary color
Monochromatic Colors of #8E5B21
Black with #8E5B21
Text Example
Text Example
White with #8E5B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5B21; }
p { color: rgb(142,91,33); }
H1.HeaderClassName
{
color: #8E5B21;
}
.AnyTagClassName
{
color: #8E5B21;
}
</style>
background-color css
<style>
a { background-color: #8E5B21; }
a { background-color: rgb(142,91,33); }
div.DivClassName
{
background-color: #8E5B21;
}
.BgClassName
{
background-color: #8E5B21;
}
</style>
border-color css
<style>
span { border-color: #8E5B21; }
span { border-color: rgb(142,91,33); }
td.TdClassName
{
border-color: #8E5B21;
}
.TagClassName
{
border-color: #8E5B21;
}
</style>