Shades of Afghan Tan #8C5326
Tints of Afghan Tan #8C5326
RGB
CMYK
RGB Variations
Color information
#8C5326 (or 0x8C5326) is known color: Afghan Tan. HEX triplet: 8C, 53 and 26. RGB value is (140,83,38). Sum of RGB (Red+Green+Blue) = 140+83+38=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5326 is #73ACD9. Grayscale: #5F5F5F. Windows color (decimal): -7580890 or 2511756. OLE color: 2511756.
HSL color Cylindrical-coordinate representation of color #8C5326: hue angle of 26.47º 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 #8C5326 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 38 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.45 |
| HSL | 26.47º | 0.57% | 0.35% | - |
| HSV(B) | 26.47º | 0.73% | 0.55% | - |
| XYZ | 14.26 | 11.9 | 3.38 | - |
| YUV | 94.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 38 | 0 | 0.41 | 0.73 | 0.45 | 26.47 | 0.57 | 0.35 |
| Hex | 8C | 53 | 26 | 0 | 29 | 49 | 2D | 1A | 39 | 23 |
| Octal | 214 | 123 | 46 | 0 | 51 | 111 | 55 | 32 | 71 | 43 |
| Binary | 10001100 | 1010011 | 100110 | 0 | 101001 | 1001001 | 101101 | 11010 | 111001 | 100011 |
Color Harmonies of #8C5326
Complementary color
Monochromatic Colors of #8C5326
Black with #8C5326
Text Example
Text Example
White with #8C5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5326; }
p { color: rgb(140,83,38); }
H1.HeaderClassName
{
color: #8C5326;
}
.AnyTagClassName
{
color: #8C5326;
}
</style>
background-color css
<style>
a { background-color: #8C5326; }
a { background-color: rgb(140,83,38); }
div.DivClassName
{
background-color: #8C5326;
}
.BgClassName
{
background-color: #8C5326;
}
</style>
border-color css
<style>
span { border-color: #8C5326; }
span { border-color: rgb(140,83,38); }
td.TdClassName
{
border-color: #8C5326;
}
.TagClassName
{
border-color: #8C5326;
}
</style>