Shades of Afghan Tan #8E5221
Tints of Afghan Tan #8E5221
RGB
CMYK
RGB Variations
Color information
#8E5221 (or 0x8E5221) is known color: Afghan Tan. HEX triplet: 8E, 52 and 21. RGB value is (142,82,33). Sum of RGB (Red+Green+Blue) = 142+82+33=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5221 is #71ADDE. Grayscale: #5E5E5E. Windows color (decimal): -7450079 or 2183822. OLE color: 2183822.
HSL color Cylindrical-coordinate representation of color #8E5221: hue angle of 26.97º 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 #8E5221 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 33 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.44 |
| HSL | 26.97º | 0.62% | 0.34% | - |
| HSV(B) | 26.97º | 0.77% | 0.56% | - |
| XYZ | 14.45 | 11.9 | 2.97 | - |
| YUV | 94.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 33 | 0 | 0.42 | 0.77 | 0.44 | 26.97 | 0.62 | 0.34 |
| Hex | 8E | 52 | 21 | 0 | 2A | 4D | 2C | 1B | 3E | 22 |
| Octal | 216 | 122 | 41 | 0 | 52 | 115 | 54 | 33 | 76 | 42 |
| Binary | 10001110 | 1010010 | 100001 | 0 | 101010 | 1001101 | 101100 | 11011 | 111110 | 100010 |
Color Harmonies of #8E5221
Complementary color
Monochromatic Colors of #8E5221
Black with #8E5221
Text Example
Text Example
White with #8E5221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5221; }
p { color: rgb(142,82,33); }
H1.HeaderClassName
{
color: #8E5221;
}
.AnyTagClassName
{
color: #8E5221;
}
</style>
background-color css
<style>
a { background-color: #8E5221; }
a { background-color: rgb(142,82,33); }
div.DivClassName
{
background-color: #8E5221;
}
.BgClassName
{
background-color: #8E5221;
}
</style>
border-color css
<style>
span { border-color: #8E5221; }
span { border-color: rgb(142,82,33); }
td.TdClassName
{
border-color: #8E5221;
}
.TagClassName
{
border-color: #8E5221;
}
</style>