Shades of Afghan Tan #8B591C
Tints of Afghan Tan #8B591C
RGB
CMYK
RGB Variations
Color information
#8B591C (or 0x8B591C) is known color: Afghan Tan. HEX triplet: 8B, 59 and 1C. RGB value is (139,89,28). Sum of RGB (Red+Green+Blue) = 139+89+28=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B591C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B591C is #74A6E3. Grayscale: #616161. Windows color (decimal): -7644900 or 1857931. OLE color: 1857931.
HSL color Cylindrical-coordinate representation of color #8B591C: hue angle of 32.97º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B591C is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 89 | 28 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.45 |
| HSL | 32.97º | 0.66% | 0.33% | - |
| HSV(B) | 32.97º | 0.8% | 0.55% | - |
| XYZ | 14.43 | 12.72 | 2.79 | - |
| YUV | 97 | 89.07 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 28 | 0 | 0.36 | 0.80 | 0.45 | 32.97 | 0.66 | 0.33 |
| Hex | 8B | 59 | 1C | 0 | 24 | 50 | 2D | 21 | 42 | 21 |
| Octal | 213 | 131 | 34 | 0 | 44 | 120 | 55 | 41 | 102 | 41 |
| Binary | 10001011 | 1011001 | 11100 | 0 | 100100 | 1010000 | 101101 | 100001 | 1000010 | 100001 |
Color Harmonies of #8B591C
Complementary color
Monochromatic Colors of #8B591C
Black with #8B591C
Text Example
Text Example
White with #8B591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B591C; }
p { color: rgb(139,89,28); }
H1.HeaderClassName
{
color: #8B591C;
}
.AnyTagClassName
{
color: #8B591C;
}
</style>
background-color css
<style>
a { background-color: #8B591C; }
a { background-color: rgb(139,89,28); }
div.DivClassName
{
background-color: #8B591C;
}
.BgClassName
{
background-color: #8B591C;
}
</style>
border-color css
<style>
span { border-color: #8B591C; }
span { border-color: rgb(139,89,28); }
td.TdClassName
{
border-color: #8B591C;
}
.TagClassName
{
border-color: #8B591C;
}
</style>