Shades of Afghan Tan #8E5A1B
Tints of Afghan Tan #8E5A1B
RGB
CMYK
RGB Variations
Color information
#8E5A1B (or 0x8E5A1B) is known color: Afghan Tan. HEX triplet: 8E, 5A and 1B. RGB value is (142,90,27). Sum of RGB (Red+Green+Blue) = 142+90+27=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5A1B is #71A5E4. Grayscale: #626262. Windows color (decimal): -7448037 or 1792654. OLE color: 1792654.
HSL color Cylindrical-coordinate representation of color #8E5A1B: hue angle of 32.87º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E5A1B is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 90 | 27 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.44 |
| HSL | 32.87º | 0.68% | 0.33% | - |
| HSV(B) | 32.87º | 0.81% | 0.56% | - |
| XYZ | 15.01 | 13.14 | 2.78 | - |
| YUV | 98.37 | 87.73 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 27 | 0 | 0.37 | 0.81 | 0.44 | 32.87 | 0.68 | 0.33 |
| Hex | 8E | 5A | 1B | 0 | 25 | 51 | 2C | 21 | 44 | 21 |
| Octal | 216 | 132 | 33 | 0 | 45 | 121 | 54 | 41 | 104 | 41 |
| Binary | 10001110 | 1011010 | 11011 | 0 | 100101 | 1010001 | 101100 | 100001 | 1000100 | 100001 |
Color Harmonies of #8E5A1B
Complementary color
Monochromatic Colors of #8E5A1B
Black with #8E5A1B
Text Example
Text Example
White with #8E5A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A1B; }
p { color: rgb(142,90,27); }
H1.HeaderClassName
{
color: #8E5A1B;
}
.AnyTagClassName
{
color: #8E5A1B;
}
</style>
background-color css
<style>
a { background-color: #8E5A1B; }
a { background-color: rgb(142,90,27); }
div.DivClassName
{
background-color: #8E5A1B;
}
.BgClassName
{
background-color: #8E5A1B;
}
</style>
border-color css
<style>
span { border-color: #8E5A1B; }
span { border-color: rgb(142,90,27); }
td.TdClassName
{
border-color: #8E5A1B;
}
.TagClassName
{
border-color: #8E5A1B;
}
</style>