Shades of Afghan Tan #8C5325
Tints of Afghan Tan #8C5325
RGB
CMYK
RGB Variations
Color information
#8C5325 (or 0x8C5325) is known color: Afghan Tan. HEX triplet: 8C, 53 and 25. RGB value is (140,83,37). Sum of RGB (Red+Green+Blue) = 140+83+37=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5325 is #73ACDA. Grayscale: #5F5F5F. Windows color (decimal): -7580891 or 2446220. OLE color: 2446220.
HSL color Cylindrical-coordinate representation of color #8C5325: hue angle of 26.8º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C5325 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 37 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.45 |
| HSL | 26.8º | 0.58% | 0.35% | - |
| HSV(B) | 26.8º | 0.74% | 0.55% | - |
| XYZ | 14.24 | 11.9 | 3.3 | - |
| YUV | 94.8 | 95.38 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 37 | 0 | 0.41 | 0.74 | 0.45 | 26.8 | 0.58 | 0.35 |
| Hex | 8C | 53 | 25 | 0 | 29 | 4A | 2D | 1B | 3A | 23 |
| Octal | 214 | 123 | 45 | 0 | 51 | 112 | 55 | 33 | 72 | 43 |
| Binary | 10001100 | 1010011 | 100101 | 0 | 101001 | 1001010 | 101101 | 11011 | 111010 | 100011 |
Color Harmonies of #8C5325
Complementary color
Monochromatic Colors of #8C5325
Black with #8C5325
Text Example
Text Example
White with #8C5325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5325; }
p { color: rgb(140,83,37); }
H1.HeaderClassName
{
color: #8C5325;
}
.AnyTagClassName
{
color: #8C5325;
}
</style>
background-color css
<style>
a { background-color: #8C5325; }
a { background-color: rgb(140,83,37); }
div.DivClassName
{
background-color: #8C5325;
}
.BgClassName
{
background-color: #8C5325;
}
</style>
border-color css
<style>
span { border-color: #8C5325; }
span { border-color: rgb(140,83,37); }
td.TdClassName
{
border-color: #8C5325;
}
.TagClassName
{
border-color: #8C5325;
}
</style>