Shades of Afghan Tan #8F5E27
Tints of Afghan Tan #8F5E27
RGB
CMYK
RGB Variations
Color information
#8F5E27 (or 0x8F5E27) is known color: Afghan Tan. HEX triplet: 8F, 5E and 27. RGB value is (143,94,39). Sum of RGB (Red+Green+Blue) = 143+94+39=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5E27 is #70A1D8. Grayscale: #666666. Windows color (decimal): -7381465 or 2580111. OLE color: 2580111.
HSL color Cylindrical-coordinate representation of color #8F5E27: hue angle of 31.73º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F5E27 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 94 | 39 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.44 |
| HSL | 31.73º | 0.57% | 0.36% | - |
| HSV(B) | 31.73º | 0.73% | 0.56% | - |
| XYZ | 15.7 | 13.99 | 3.79 | - |
| YUV | 102.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 39 | 0 | 0.34 | 0.73 | 0.44 | 31.73 | 0.57 | 0.36 |
| Hex | 8F | 5E | 27 | 0 | 22 | 49 | 2C | 20 | 39 | 24 |
| Octal | 217 | 136 | 47 | 0 | 42 | 111 | 54 | 40 | 71 | 44 |
| Binary | 10001111 | 1011110 | 100111 | 0 | 100010 | 1001001 | 101100 | 100000 | 111001 | 100100 |
Color Harmonies of #8F5E27
Complementary color
Monochromatic Colors of #8F5E27
Black with #8F5E27
Text Example
Text Example
White with #8F5E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E27; }
p { color: rgb(143,94,39); }
H1.HeaderClassName
{
color: #8F5E27;
}
.AnyTagClassName
{
color: #8F5E27;
}
</style>
background-color css
<style>
a { background-color: #8F5E27; }
a { background-color: rgb(143,94,39); }
div.DivClassName
{
background-color: #8F5E27;
}
.BgClassName
{
background-color: #8F5E27;
}
</style>
border-color css
<style>
span { border-color: #8F5E27; }
span { border-color: rgb(143,94,39); }
td.TdClassName
{
border-color: #8F5E27;
}
.TagClassName
{
border-color: #8F5E27;
}
</style>