Shades of Afghan Tan #8F561F
Tints of Afghan Tan #8F561F
RGB
CMYK
RGB Variations
Color information
#8F561F (or 0x8F561F) is known color: Afghan Tan. HEX triplet: 8F, 56 and 1F. RGB value is (143,86,31). Sum of RGB (Red+Green+Blue) = 143+86+31=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F561F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F561F is #70A9E0. Grayscale: #616161. Windows color (decimal): -7383521 or 2053775. OLE color: 2053775.
HSL color Cylindrical-coordinate representation of color #8F561F: hue angle of 29.46º 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 #8F561F is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 31 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.44 |
| HSL | 29.46º | 0.64% | 0.34% | - |
| HSV(B) | 29.46º | 0.78% | 0.56% | - |
| XYZ | 14.9 | 12.59 | 2.94 | - |
| YUV | 96.77 | 90.88 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 31 | 0 | 0.40 | 0.78 | 0.44 | 29.46 | 0.64 | 0.34 |
| Hex | 8F | 56 | 1F | 0 | 28 | 4E | 2C | 1D | 40 | 22 |
| Octal | 217 | 126 | 37 | 0 | 50 | 116 | 54 | 35 | 100 | 42 |
| Binary | 10001111 | 1010110 | 11111 | 0 | 101000 | 1001110 | 101100 | 11101 | 1000000 | 100010 |
Color Harmonies of #8F561F
Complementary color
Monochromatic Colors of #8F561F
Black with #8F561F
Text Example
Text Example
White with #8F561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F561F; }
p { color: rgb(143,86,31); }
H1.HeaderClassName
{
color: #8F561F;
}
.AnyTagClassName
{
color: #8F561F;
}
</style>
background-color css
<style>
a { background-color: #8F561F; }
a { background-color: rgb(143,86,31); }
div.DivClassName
{
background-color: #8F561F;
}
.BgClassName
{
background-color: #8F561F;
}
</style>
border-color css
<style>
span { border-color: #8F561F; }
span { border-color: rgb(143,86,31); }
td.TdClassName
{
border-color: #8F561F;
}
.TagClassName
{
border-color: #8F561F;
}
</style>