Shades of Afghan Tan #8B561B
Tints of Afghan Tan #8B561B
RGB
CMYK
RGB Variations
Color information
#8B561B (or 0x8B561B) is known color: Afghan Tan. HEX triplet: 8B, 56 and 1B. RGB value is (139,86,27). Sum of RGB (Red+Green+Blue) = 139+86+27=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B561B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B561B is #74A9E4. Grayscale: #5F5F5F. Windows color (decimal): -7645669 or 1791627. OLE color: 1791627.
HSL color Cylindrical-coordinate representation of color #8B561B: hue angle of 31.61º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B561B is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 27 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.45 |
| HSL | 31.61º | 0.67% | 0.33% | - |
| HSV(B) | 31.61º | 0.81% | 0.55% | - |
| XYZ | 14.17 | 12.22 | 2.65 | - |
| YUV | 95.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 27 | 0 | 0.38 | 0.81 | 0.45 | 31.61 | 0.67 | 0.33 |
| Hex | 8B | 56 | 1B | 0 | 26 | 51 | 2D | 20 | 43 | 21 |
| Octal | 213 | 126 | 33 | 0 | 46 | 121 | 55 | 40 | 103 | 41 |
| Binary | 10001011 | 1010110 | 11011 | 0 | 100110 | 1010001 | 101101 | 100000 | 1000011 | 100001 |
Color Harmonies of #8B561B
Complementary color
Monochromatic Colors of #8B561B
Black with #8B561B
Text Example
Text Example
White with #8B561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B561B; }
p { color: rgb(139,86,27); }
H1.HeaderClassName
{
color: #8B561B;
}
.AnyTagClassName
{
color: #8B561B;
}
</style>
background-color css
<style>
a { background-color: #8B561B; }
a { background-color: rgb(139,86,27); }
div.DivClassName
{
background-color: #8B561B;
}
.BgClassName
{
background-color: #8B561B;
}
</style>
border-color css
<style>
span { border-color: #8B561B; }
span { border-color: rgb(139,86,27); }
td.TdClassName
{
border-color: #8B561B;
}
.TagClassName
{
border-color: #8B561B;
}
</style>