Shades of Afghan Tan #8D5526
Tints of Afghan Tan #8D5526
RGB
CMYK
RGB Variations
Color information
#8D5526 (or 0x8D5526) is known color: Afghan Tan. HEX triplet: 8D, 55 and 26. RGB value is (141,85,38). Sum of RGB (Red+Green+Blue) = 141+85+38=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5526 is #72AAD9. Grayscale: #606060. Windows color (decimal): -7514842 or 2512269. OLE color: 2512269.
HSL color Cylindrical-coordinate representation of color #8D5526: hue angle of 27.38º degrees, saturation: 0.58, 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 #8D5526 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 38 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.45 |
| HSL | 27.38º | 0.58% | 0.35% | - |
| HSV(B) | 27.38º | 0.73% | 0.55% | - |
| XYZ | 14.58 | 12.3 | 3.44 | - |
| YUV | 96.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 38 | 0 | 0.40 | 0.73 | 0.45 | 27.38 | 0.58 | 0.35 |
| Hex | 8D | 55 | 26 | 0 | 28 | 49 | 2D | 1B | 3A | 23 |
| Octal | 215 | 125 | 46 | 0 | 50 | 111 | 55 | 33 | 72 | 43 |
| Binary | 10001101 | 1010101 | 100110 | 0 | 101000 | 1001001 | 101101 | 11011 | 111010 | 100011 |
Color Harmonies of #8D5526
Complementary color
Monochromatic Colors of #8D5526
Black with #8D5526
Text Example
Text Example
White with #8D5526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5526; }
p { color: rgb(141,85,38); }
H1.HeaderClassName
{
color: #8D5526;
}
.AnyTagClassName
{
color: #8D5526;
}
</style>
background-color css
<style>
a { background-color: #8D5526; }
a { background-color: rgb(141,85,38); }
div.DivClassName
{
background-color: #8D5526;
}
.BgClassName
{
background-color: #8D5526;
}
</style>
border-color css
<style>
span { border-color: #8D5526; }
span { border-color: rgb(141,85,38); }
td.TdClassName
{
border-color: #8D5526;
}
.TagClassName
{
border-color: #8D5526;
}
</style>