Shades of Afghan Tan #8B5E26
Tints of Afghan Tan #8B5E26
RGB
CMYK
RGB Variations
Color information
#8B5E26 (or 0x8B5E26) is known color: Afghan Tan. HEX triplet: 8B, 5E and 26. RGB value is (139,94,38). Sum of RGB (Red+Green+Blue) = 139+94+38=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5E26 is #74A1D9. Grayscale: #656565. Windows color (decimal): -7643610 or 2514571. OLE color: 2514571.
HSL color Cylindrical-coordinate representation of color #8B5E26: hue angle of 33.27º degrees, saturation: 0.57, 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 #8B5E26 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 38 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.45 |
| HSL | 33.27º | 0.57% | 0.35% | - |
| HSV(B) | 33.27º | 0.73% | 0.55% | - |
| XYZ | 15 | 13.63 | 3.67 | - |
| YUV | 101.07 | 92.41 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 38 | 0 | 0.32 | 0.73 | 0.45 | 33.27 | 0.57 | 0.35 |
| Hex | 8B | 5E | 26 | 0 | 20 | 49 | 2D | 21 | 39 | 23 |
| Octal | 213 | 136 | 46 | 0 | 40 | 111 | 55 | 41 | 71 | 43 |
| Binary | 10001011 | 1011110 | 100110 | 0 | 100000 | 1001001 | 101101 | 100001 | 111001 | 100011 |
Color Harmonies of #8B5E26
Complementary color
Monochromatic Colors of #8B5E26
Black with #8B5E26
Text Example
Text Example
White with #8B5E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E26; }
p { color: rgb(139,94,38); }
H1.HeaderClassName
{
color: #8B5E26;
}
.AnyTagClassName
{
color: #8B5E26;
}
</style>
background-color css
<style>
a { background-color: #8B5E26; }
a { background-color: rgb(139,94,38); }
div.DivClassName
{
background-color: #8B5E26;
}
.BgClassName
{
background-color: #8B5E26;
}
</style>
border-color css
<style>
span { border-color: #8B5E26; }
span { border-color: rgb(139,94,38); }
td.TdClassName
{
border-color: #8B5E26;
}
.TagClassName
{
border-color: #8B5E26;
}
</style>