Shades of Afghan Tan #8D5D19
Tints of Afghan Tan #8D5D19
RGB
CMYK
RGB Variations
Color information
#8D5D19 (or 0x8D5D19) is known color: Afghan Tan. HEX triplet: 8D, 5D and 19. RGB value is (141,93,25). Sum of RGB (Red+Green+Blue) = 141+93+25=259 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.44% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5D19 is #72A2E6. Grayscale: #636363. Windows color (decimal): -7512807 or 1662349. OLE color: 1662349.
HSL color Cylindrical-coordinate representation of color #8D5D19: hue angle of 35.17º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D5D19 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 93 | 25 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.45 |
| HSL | 35.17º | 0.7% | 0.33% | - |
| HSV(B) | 35.17º | 0.82% | 0.55% | - |
| XYZ | 15.07 | 13.56 | 2.74 | - |
| YUV | 99.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 25 | 0 | 0.34 | 0.82 | 0.45 | 35.17 | 0.7 | 0.33 |
| Hex | 8D | 5D | 19 | 0 | 22 | 52 | 2D | 23 | 46 | 21 |
| Octal | 215 | 135 | 31 | 0 | 42 | 122 | 55 | 43 | 106 | 41 |
| Binary | 10001101 | 1011101 | 11001 | 0 | 100010 | 1010010 | 101101 | 100011 | 1000110 | 100001 |
Color Harmonies of #8D5D19
Complementary color
Monochromatic Colors of #8D5D19
Black with #8D5D19
Text Example
Text Example
White with #8D5D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5D19; }
p { color: rgb(141,93,25); }
H1.HeaderClassName
{
color: #8D5D19;
}
.AnyTagClassName
{
color: #8D5D19;
}
</style>
background-color css
<style>
a { background-color: #8D5D19; }
a { background-color: rgb(141,93,25); }
div.DivClassName
{
background-color: #8D5D19;
}
.BgClassName
{
background-color: #8D5D19;
}
</style>
border-color css
<style>
span { border-color: #8D5D19; }
span { border-color: rgb(141,93,25); }
td.TdClassName
{
border-color: #8D5D19;
}
.TagClassName
{
border-color: #8D5D19;
}
</style>