Shades of Afghan Tan #8C5426
Tints of Afghan Tan #8C5426
RGB
CMYK
RGB Variations
Color information
#8C5426 (or 0x8C5426) is known color: Afghan Tan. HEX triplet: 8C, 54 and 26. RGB value is (140,84,38). Sum of RGB (Red+Green+Blue) = 140+84+38=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5426 is #73ABD9. Grayscale: #5F5F5F. Windows color (decimal): -7580634 or 2512012. OLE color: 2512012.
HSL color Cylindrical-coordinate representation of color #8C5426: hue angle of 27.06º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C5426 is Cyan = 0, Magento = 0.4, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 38 | - |
| CMYK | 0 | 0.4 | 0.73 | 0.45 |
| HSL | 27.06º | 0.57% | 0.35% | - |
| HSV(B) | 27.06º | 0.73% | 0.55% | - |
| XYZ | 14.34 | 12.06 | 3.41 | - |
| YUV | 95.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 38 | 0 | 0.4 | 0.73 | 0.45 | 27.06 | 0.57 | 0.35 |
| Hex | 8C | 54 | 26 | 0 | 28 | 49 | 2D | 1B | 39 | 23 |
| Octal | 214 | 124 | 46 | 0 | 50 | 111 | 55 | 33 | 71 | 43 |
| Binary | 10001100 | 1010100 | 100110 | 0 | 101000 | 1001001 | 101101 | 11011 | 111001 | 100011 |
Color Harmonies of #8C5426
Complementary color
Monochromatic Colors of #8C5426
Black with #8C5426
Text Example
Text Example
White with #8C5426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5426; }
p { color: rgb(140,84,38); }
H1.HeaderClassName
{
color: #8C5426;
}
.AnyTagClassName
{
color: #8C5426;
}
</style>
background-color css
<style>
a { background-color: #8C5426; }
a { background-color: rgb(140,84,38); }
div.DivClassName
{
background-color: #8C5426;
}
.BgClassName
{
background-color: #8C5426;
}
</style>
border-color css
<style>
span { border-color: #8C5426; }
span { border-color: rgb(140,84,38); }
td.TdClassName
{
border-color: #8C5426;
}
.TagClassName
{
border-color: #8C5426;
}
</style>