Shades of Afghan Tan #8B581F
Tints of Afghan Tan #8B581F
RGB
CMYK
RGB Variations
Color information
#8B581F (or 0x8B581F) is known color: Afghan Tan. HEX triplet: 8B, 58 and 1F. RGB value is (139,88,31). Sum of RGB (Red+Green+Blue) = 139+88+31=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B581F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B581F is #74A7E0. Grayscale: #616161. Windows color (decimal): -7645153 or 2054283. OLE color: 2054283.
HSL color Cylindrical-coordinate representation of color #8B581F: hue angle of 31.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B581F is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 31 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.45 |
| HSL | 31.67º | 0.64% | 0.33% | - |
| HSV(B) | 31.67º | 0.78% | 0.55% | - |
| XYZ | 14.38 | 12.57 | 2.96 | - |
| YUV | 96.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 31 | 0 | 0.37 | 0.78 | 0.45 | 31.67 | 0.64 | 0.33 |
| Hex | 8B | 58 | 1F | 0 | 25 | 4E | 2D | 20 | 40 | 21 |
| Octal | 213 | 130 | 37 | 0 | 45 | 116 | 55 | 40 | 100 | 41 |
| Binary | 10001011 | 1011000 | 11111 | 0 | 100101 | 1001110 | 101101 | 100000 | 1000000 | 100001 |
Color Harmonies of #8B581F
Complementary color
Monochromatic Colors of #8B581F
Black with #8B581F
Text Example
Text Example
White with #8B581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B581F; }
p { color: rgb(139,88,31); }
H1.HeaderClassName
{
color: #8B581F;
}
.AnyTagClassName
{
color: #8B581F;
}
</style>
background-color css
<style>
a { background-color: #8B581F; }
a { background-color: rgb(139,88,31); }
div.DivClassName
{
background-color: #8B581F;
}
.BgClassName
{
background-color: #8B581F;
}
</style>
border-color css
<style>
span { border-color: #8B581F; }
span { border-color: rgb(139,88,31); }
td.TdClassName
{
border-color: #8B581F;
}
.TagClassName
{
border-color: #8B581F;
}
</style>