Shades of Afghan Tan #8E5321
Tints of Afghan Tan #8E5321
RGB
CMYK
RGB Variations
Color information
#8E5321 (or 0x8E5321) is known color: Afghan Tan. HEX triplet: 8E, 53 and 21. RGB value is (142,83,33). Sum of RGB (Red+Green+Blue) = 142+83+33=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5321 is #71ACDE. Grayscale: #5F5F5F. Windows color (decimal): -7449823 or 2184078. OLE color: 2184078.
HSL color Cylindrical-coordinate representation of color #8E5321: hue angle of 27.52º 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 #8E5321 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 83 | 33 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.44 |
| HSL | 27.52º | 0.62% | 0.34% | - |
| HSV(B) | 27.52º | 0.77% | 0.56% | - |
| XYZ | 14.52 | 12.05 | 3 | - |
| YUV | 94.94 | 93.05 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 33 | 0 | 0.42 | 0.77 | 0.44 | 27.52 | 0.62 | 0.34 |
| Hex | 8E | 53 | 21 | 0 | 2A | 4D | 2C | 1C | 3E | 22 |
| Octal | 216 | 123 | 41 | 0 | 52 | 115 | 54 | 34 | 76 | 42 |
| Binary | 10001110 | 1010011 | 100001 | 0 | 101010 | 1001101 | 101100 | 11100 | 111110 | 100010 |
Color Harmonies of #8E5321
Complementary color
Monochromatic Colors of #8E5321
Black with #8E5321
Text Example
Text Example
White with #8E5321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5321; }
p { color: rgb(142,83,33); }
H1.HeaderClassName
{
color: #8E5321;
}
.AnyTagClassName
{
color: #8E5321;
}
</style>
background-color css
<style>
a { background-color: #8E5321; }
a { background-color: rgb(142,83,33); }
div.DivClassName
{
background-color: #8E5321;
}
.BgClassName
{
background-color: #8E5321;
}
</style>
border-color css
<style>
span { border-color: #8E5321; }
span { border-color: rgb(142,83,33); }
td.TdClassName
{
border-color: #8E5321;
}
.TagClassName
{
border-color: #8E5321;
}
</style>