Shades of Afghan Tan #8E551C
Tints of Afghan Tan #8E551C
RGB
CMYK
RGB Variations
Color information
#8E551C (or 0x8E551C) is known color: Afghan Tan. HEX triplet: 8E, 55 and 1C. RGB value is (142,85,28). Sum of RGB (Red+Green+Blue) = 142+85+28=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E551C is #71AAE3. Grayscale: #5F5F5F. Windows color (decimal): -7449316 or 1856910. OLE color: 1856910.
HSL color Cylindrical-coordinate representation of color #8E551C: hue angle of 30º 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 #8E551C is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 28 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.44 |
| HSL | 30º | 0.67% | 0.33% | - |
| HSV(B) | 30º | 0.8% | 0.56% | - |
| XYZ | 14.61 | 12.33 | 2.71 | - |
| YUV | 95.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 28 | 0 | 0.40 | 0.80 | 0.44 | 30 | 0.67 | 0.33 |
| Hex | 8E | 55 | 1C | 0 | 28 | 50 | 2C | 1E | 43 | 21 |
| Octal | 216 | 125 | 34 | 0 | 50 | 120 | 54 | 36 | 103 | 41 |
| Binary | 10001110 | 1010101 | 11100 | 0 | 101000 | 1010000 | 101100 | 11110 | 1000011 | 100001 |
Color Harmonies of #8E551C
Complementary color
Monochromatic Colors of #8E551C
Black with #8E551C
Text Example
Text Example
White with #8E551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E551C; }
p { color: rgb(142,85,28); }
H1.HeaderClassName
{
color: #8E551C;
}
.AnyTagClassName
{
color: #8E551C;
}
</style>
background-color css
<style>
a { background-color: #8E551C; }
a { background-color: rgb(142,85,28); }
div.DivClassName
{
background-color: #8E551C;
}
.BgClassName
{
background-color: #8E551C;
}
</style>
border-color css
<style>
span { border-color: #8E551C; }
span { border-color: rgb(142,85,28); }
td.TdClassName
{
border-color: #8E551C;
}
.TagClassName
{
border-color: #8E551C;
}
</style>