Shades of Afghan Tan #8C5C1E
Tints of Afghan Tan #8C5C1E
RGB
CMYK
RGB Variations
Color information
#8C5C1E (or 0x8C5C1E) is known color: Afghan Tan. HEX triplet: 8C, 5C and 1E. RGB value is (140,92,30). Sum of RGB (Red+Green+Blue) = 140+92+30=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5C1E is #73A3E1. Grayscale: #636363. Windows color (decimal): -7578594 or 1989772. OLE color: 1989772.
HSL color Cylindrical-coordinate representation of color #8C5C1E: hue angle of 33.82º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C5C1E is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 92 | 30 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.45 |
| HSL | 33.82º | 0.65% | 0.33% | - |
| HSV(B) | 33.82º | 0.79% | 0.55% | - |
| XYZ | 14.88 | 13.32 | 3.02 | - |
| YUV | 99.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 30 | 0 | 0.34 | 0.79 | 0.45 | 33.82 | 0.65 | 0.33 |
| Hex | 8C | 5C | 1E | 0 | 22 | 4F | 2D | 22 | 41 | 21 |
| Octal | 214 | 134 | 36 | 0 | 42 | 117 | 55 | 42 | 101 | 41 |
| Binary | 10001100 | 1011100 | 11110 | 0 | 100010 | 1001111 | 101101 | 100010 | 1000001 | 100001 |
Color Harmonies of #8C5C1E
Complementary color
Monochromatic Colors of #8C5C1E
Black with #8C5C1E
Text Example
Text Example
White with #8C5C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5C1E; }
p { color: rgb(140,92,30); }
H1.HeaderClassName
{
color: #8C5C1E;
}
.AnyTagClassName
{
color: #8C5C1E;
}
</style>
background-color css
<style>
a { background-color: #8C5C1E; }
a { background-color: rgb(140,92,30); }
div.DivClassName
{
background-color: #8C5C1E;
}
.BgClassName
{
background-color: #8C5C1E;
}
</style>
border-color css
<style>
span { border-color: #8C5C1E; }
span { border-color: rgb(140,92,30); }
td.TdClassName
{
border-color: #8C5C1E;
}
.TagClassName
{
border-color: #8C5C1E;
}
</style>