Shades of Afghan Tan #8E521C
Tints of Afghan Tan #8E521C
RGB
CMYK
RGB Variations
Color information
#8E521C (or 0x8E521C) is known color: Afghan Tan. HEX triplet: 8E, 52 and 1C. RGB value is (142,82,28). Sum of RGB (Red+Green+Blue) = 142+82+28=252 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.35% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 142 - color contains mainly: red. Hex color #8E521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E521C is #71ADE3. Grayscale: #5E5E5E. Windows color (decimal): -7450084 or 1856142. OLE color: 1856142.
HSL color Cylindrical-coordinate representation of color #8E521C: hue angle of 28.42º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E521C is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 28 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.44 |
| HSL | 28.42º | 0.67% | 0.33% | - |
| HSV(B) | 28.42º | 0.8% | 0.56% | - |
| XYZ | 14.38 | 11.87 | 2.63 | - |
| YUV | 93.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 28 | 0 | 0.42 | 0.80 | 0.44 | 28.42 | 0.67 | 0.33 |
| Hex | 8E | 52 | 1C | 0 | 2A | 50 | 2C | 1C | 43 | 21 |
| Octal | 216 | 122 | 34 | 0 | 52 | 120 | 54 | 34 | 103 | 41 |
| Binary | 10001110 | 1010010 | 11100 | 0 | 101010 | 1010000 | 101100 | 11100 | 1000011 | 100001 |
Color Harmonies of #8E521C
Complementary color
Monochromatic Colors of #8E521C
Black with #8E521C
Text Example
Text Example
White with #8E521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E521C; }
p { color: rgb(142,82,28); }
H1.HeaderClassName
{
color: #8E521C;
}
.AnyTagClassName
{
color: #8E521C;
}
</style>
background-color css
<style>
a { background-color: #8E521C; }
a { background-color: rgb(142,82,28); }
div.DivClassName
{
background-color: #8E521C;
}
.BgClassName
{
background-color: #8E521C;
}
</style>
border-color css
<style>
span { border-color: #8E521C; }
span { border-color: rgb(142,82,28); }
td.TdClassName
{
border-color: #8E521C;
}
.TagClassName
{
border-color: #8E521C;
}
</style>