Shades of Afghan Tan #8C5A19
Tints of Afghan Tan #8C5A19
RGB
CMYK
RGB Variations
Color information
#8C5A19 (or 0x8C5A19) is known color: Afghan Tan. HEX triplet: 8C, 5A and 19. RGB value is (140,90,25). Sum of RGB (Red+Green+Blue) = 140+90+25=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5A19 is #73A5E6. Grayscale: #616161. Windows color (decimal): -7579111 or 1661580. OLE color: 1661580.
HSL color Cylindrical-coordinate representation of color #8C5A19: hue angle of 33.91º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C5A19 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 25 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.45 |
| HSL | 33.91º | 0.7% | 0.32% | - |
| HSV(B) | 33.91º | 0.82% | 0.55% | - |
| XYZ | 14.65 | 12.96 | 2.65 | - |
| YUV | 97.54 | 87.07 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 25 | 0 | 0.36 | 0.82 | 0.45 | 33.91 | 0.7 | 0.32 |
| Hex | 8C | 5A | 19 | 0 | 24 | 52 | 2D | 22 | 46 | 20 |
| Octal | 214 | 132 | 31 | 0 | 44 | 122 | 55 | 42 | 106 | 40 |
| Binary | 10001100 | 1011010 | 11001 | 0 | 100100 | 1010010 | 101101 | 100010 | 1000110 | 100000 |
Color Harmonies of #8C5A19
Complementary color
Monochromatic Colors of #8C5A19
Black with #8C5A19
Text Example
Text Example
White with #8C5A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A19; }
p { color: rgb(140,90,25); }
H1.HeaderClassName
{
color: #8C5A19;
}
.AnyTagClassName
{
color: #8C5A19;
}
</style>
background-color css
<style>
a { background-color: #8C5A19; }
a { background-color: rgb(140,90,25); }
div.DivClassName
{
background-color: #8C5A19;
}
.BgClassName
{
background-color: #8C5A19;
}
</style>
border-color css
<style>
span { border-color: #8C5A19; }
span { border-color: rgb(140,90,25); }
td.TdClassName
{
border-color: #8C5A19;
}
.TagClassName
{
border-color: #8C5A19;
}
</style>