Shades of Afghan Tan #8F591F
Tints of Afghan Tan #8F591F
RGB
CMYK
RGB Variations
Color information
#8F591F (or 0x8F591F) is known color: Afghan Tan. HEX triplet: 8F, 59 and 1F. RGB value is (143,89,31). Sum of RGB (Red+Green+Blue) = 143+89+31=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F591F is #70A6E0. Grayscale: #626262. Windows color (decimal): -7382753 or 2054543. OLE color: 2054543.
HSL color Cylindrical-coordinate representation of color #8F591F: hue angle of 31.07º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F591F is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 31 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.44 |
| HSL | 31.07º | 0.64% | 0.34% | - |
| HSV(B) | 31.07º | 0.78% | 0.56% | - |
| XYZ | 15.15 | 13.08 | 3.02 | - |
| YUV | 98.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 31 | 0 | 0.38 | 0.78 | 0.44 | 31.07 | 0.64 | 0.34 |
| Hex | 8F | 59 | 1F | 0 | 26 | 4E | 2C | 1F | 40 | 22 |
| Octal | 217 | 131 | 37 | 0 | 46 | 116 | 54 | 37 | 100 | 42 |
| Binary | 10001111 | 1011001 | 11111 | 0 | 100110 | 1001110 | 101100 | 11111 | 1000000 | 100010 |
Color Harmonies of #8F591F
Complementary color
Monochromatic Colors of #8F591F
Black with #8F591F
Text Example
Text Example
White with #8F591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F591F; }
p { color: rgb(143,89,31); }
H1.HeaderClassName
{
color: #8F591F;
}
.AnyTagClassName
{
color: #8F591F;
}
</style>
background-color css
<style>
a { background-color: #8F591F; }
a { background-color: rgb(143,89,31); }
div.DivClassName
{
background-color: #8F591F;
}
.BgClassName
{
background-color: #8F591F;
}
</style>
border-color css
<style>
span { border-color: #8F591F; }
span { border-color: rgb(143,89,31); }
td.TdClassName
{
border-color: #8F591F;
}
.TagClassName
{
border-color: #8F591F;
}
</style>