Shades of Afghan Tan #8C5E1C
Tints of Afghan Tan #8C5E1C
RGB
CMYK
RGB Variations
Color information
#8C5E1C (or 0x8C5E1C) is known color: Afghan Tan. HEX triplet: 8C, 5E and 1C. RGB value is (140,94,28). Sum of RGB (Red+Green+Blue) = 140+94+28=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5E1C is #73A1E3. Grayscale: #646464. Windows color (decimal): -7578084 or 1859212. OLE color: 1859212.
HSL color Cylindrical-coordinate representation of color #8C5E1C: hue angle of 35.36º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C5E1C is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 94 | 28 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.45 |
| HSL | 35.36º | 0.67% | 0.33% | - |
| HSV(B) | 35.36º | 0.8% | 0.55% | - |
| XYZ | 15.03 | 13.66 | 2.94 | - |
| YUV | 100.23 | 87.24 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 28 | 0 | 0.33 | 0.80 | 0.45 | 35.36 | 0.67 | 0.33 |
| Hex | 8C | 5E | 1C | 0 | 21 | 50 | 2D | 23 | 43 | 21 |
| Octal | 214 | 136 | 34 | 0 | 41 | 120 | 55 | 43 | 103 | 41 |
| Binary | 10001100 | 1011110 | 11100 | 0 | 100001 | 1010000 | 101101 | 100011 | 1000011 | 100001 |
Color Harmonies of #8C5E1C
Complementary color
Monochromatic Colors of #8C5E1C
Black with #8C5E1C
Text Example
Text Example
White with #8C5E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5E1C; }
p { color: rgb(140,94,28); }
H1.HeaderClassName
{
color: #8C5E1C;
}
.AnyTagClassName
{
color: #8C5E1C;
}
</style>
background-color css
<style>
a { background-color: #8C5E1C; }
a { background-color: rgb(140,94,28); }
div.DivClassName
{
background-color: #8C5E1C;
}
.BgClassName
{
background-color: #8C5E1C;
}
</style>
border-color css
<style>
span { border-color: #8C5E1C; }
span { border-color: rgb(140,94,28); }
td.TdClassName
{
border-color: #8C5E1C;
}
.TagClassName
{
border-color: #8C5E1C;
}
</style>