Shades of Afghan Tan #8B5517
Tints of Afghan Tan #8B5517
RGB
CMYK
RGB Variations
Color information
#8B5517 (or 0x8B5517) is known color: Afghan Tan. HEX triplet: 8B, 55 and 17. RGB value is (139,85,23). Sum of RGB (Red+Green+Blue) = 139+85+23=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5517 is #74AAE8. Grayscale: #5E5E5E. Windows color (decimal): -7645929 or 1529227. OLE color: 1529227.
HSL color Cylindrical-coordinate representation of color #8B5517: hue angle of 32.07º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B5517 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 23 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.45 |
| HSL | 32.07º | 0.72% | 0.32% | - |
| HSV(B) | 32.07º | 0.83% | 0.55% | - |
| XYZ | 14.05 | 12.05 | 2.4 | - |
| YUV | 94.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 23 | 0 | 0.39 | 0.83 | 0.45 | 32.07 | 0.72 | 0.32 |
| Hex | 8B | 55 | 17 | 0 | 27 | 53 | 2D | 20 | 48 | 20 |
| Octal | 213 | 125 | 27 | 0 | 47 | 123 | 55 | 40 | 110 | 40 |
| Binary | 10001011 | 1010101 | 10111 | 0 | 100111 | 1010011 | 101101 | 100000 | 1001000 | 100000 |
Color Harmonies of #8B5517
Complementary color
Monochromatic Colors of #8B5517
Black with #8B5517
Text Example
Text Example
White with #8B5517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5517; }
p { color: rgb(139,85,23); }
H1.HeaderClassName
{
color: #8B5517;
}
.AnyTagClassName
{
color: #8B5517;
}
</style>
background-color css
<style>
a { background-color: #8B5517; }
a { background-color: rgb(139,85,23); }
div.DivClassName
{
background-color: #8B5517;
}
.BgClassName
{
background-color: #8B5517;
}
</style>
border-color css
<style>
span { border-color: #8B5517; }
span { border-color: rgb(139,85,23); }
td.TdClassName
{
border-color: #8B5517;
}
.TagClassName
{
border-color: #8B5517;
}
</style>