Shades of Afghan Tan #8B5524
Tints of Afghan Tan #8B5524
RGB
CMYK
RGB Variations
Color information
#8B5524 (or 0x8B5524) is known color: Afghan Tan. HEX triplet: 8B, 55 and 24. RGB value is (139,85,36). Sum of RGB (Red+Green+Blue) = 139+85+36=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5524 is #74AADB. Grayscale: #5F5F5F. Windows color (decimal): -7645916 or 2381195. OLE color: 2381195.
HSL color Cylindrical-coordinate representation of color #8B5524: hue angle of 28.54º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B5524 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 36 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.45 |
| HSL | 28.54º | 0.59% | 0.34% | - |
| HSV(B) | 28.54º | 0.74% | 0.55% | - |
| XYZ | 14.21 | 12.11 | 3.26 | - |
| YUV | 95.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 36 | 0 | 0.39 | 0.74 | 0.45 | 28.54 | 0.59 | 0.34 |
| Hex | 8B | 55 | 24 | 0 | 27 | 4A | 2D | 1D | 3B | 22 |
| Octal | 213 | 125 | 44 | 0 | 47 | 112 | 55 | 35 | 73 | 42 |
| Binary | 10001011 | 1010101 | 100100 | 0 | 100111 | 1001010 | 101101 | 11101 | 111011 | 100010 |
Color Harmonies of #8B5524
Complementary color
Monochromatic Colors of #8B5524
Black with #8B5524
Text Example
Text Example
White with #8B5524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5524; }
p { color: rgb(139,85,36); }
H1.HeaderClassName
{
color: #8B5524;
}
.AnyTagClassName
{
color: #8B5524;
}
</style>
background-color css
<style>
a { background-color: #8B5524; }
a { background-color: rgb(139,85,36); }
div.DivClassName
{
background-color: #8B5524;
}
.BgClassName
{
background-color: #8B5524;
}
</style>
border-color css
<style>
span { border-color: #8B5524; }
span { border-color: rgb(139,85,36); }
td.TdClassName
{
border-color: #8B5524;
}
.TagClassName
{
border-color: #8B5524;
}
</style>