Shades of Afghan Tan #8E551D
Tints of Afghan Tan #8E551D
RGB
CMYK
RGB Variations
Color information
#8E551D (or 0x8E551D) is known color: Afghan Tan. HEX triplet: 8E, 55 and 1D. RGB value is (142,85,29). Sum of RGB (Red+Green+Blue) = 142+85+29=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E551D is #71AAE2. Grayscale: #5F5F5F. Windows color (decimal): -7449315 or 1922446. OLE color: 1922446.
HSL color Cylindrical-coordinate representation of color #8E551D: hue angle of 29.73º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E551D is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 29 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.44 |
| HSL | 29.73º | 0.66% | 0.34% | - |
| HSV(B) | 29.73º | 0.8% | 0.56% | - |
| XYZ | 14.63 | 12.34 | 2.77 | - |
| YUV | 95.66 | 90.38 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 29 | 0 | 0.40 | 0.80 | 0.44 | 29.73 | 0.66 | 0.34 |
| Hex | 8E | 55 | 1D | 0 | 28 | 50 | 2C | 1E | 42 | 22 |
| Octal | 216 | 125 | 35 | 0 | 50 | 120 | 54 | 36 | 102 | 42 |
| Binary | 10001110 | 1010101 | 11101 | 0 | 101000 | 1010000 | 101100 | 11110 | 1000010 | 100010 |
Color Harmonies of #8E551D
Complementary color
Monochromatic Colors of #8E551D
Black with #8E551D
Text Example
Text Example
White with #8E551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E551D; }
p { color: rgb(142,85,29); }
H1.HeaderClassName
{
color: #8E551D;
}
.AnyTagClassName
{
color: #8E551D;
}
</style>
background-color css
<style>
a { background-color: #8E551D; }
a { background-color: rgb(142,85,29); }
div.DivClassName
{
background-color: #8E551D;
}
.BgClassName
{
background-color: #8E551D;
}
</style>
border-color css
<style>
span { border-color: #8E551D; }
span { border-color: rgb(142,85,29); }
td.TdClassName
{
border-color: #8E551D;
}
.TagClassName
{
border-color: #8E551D;
}
</style>