Shades of Afghan Tan #8F5D27
Tints of Afghan Tan #8F5D27
RGB
CMYK
RGB Variations
Color information
#8F5D27 (or 0x8F5D27) is known color: Afghan Tan. HEX triplet: 8F, 5D and 27. RGB value is (143,93,39). Sum of RGB (Red+Green+Blue) = 143+93+39=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5D27 is #70A2D8. Grayscale: #666666. Windows color (decimal): -7381721 or 2579855. OLE color: 2579855.
HSL color Cylindrical-coordinate representation of color #8F5D27: hue angle of 31.15º 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 #8F5D27 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 93 | 39 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.44 |
| HSL | 31.15º | 0.57% | 0.36% | - |
| HSV(B) | 31.15º | 0.73% | 0.56% | - |
| XYZ | 15.61 | 13.81 | 3.76 | - |
| YUV | 101.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 39 | 0 | 0.35 | 0.73 | 0.44 | 31.15 | 0.57 | 0.36 |
| Hex | 8F | 5D | 27 | 0 | 23 | 49 | 2C | 1F | 39 | 24 |
| Octal | 217 | 135 | 47 | 0 | 43 | 111 | 54 | 37 | 71 | 44 |
| Binary | 10001111 | 1011101 | 100111 | 0 | 100011 | 1001001 | 101100 | 11111 | 111001 | 100100 |
Color Harmonies of #8F5D27
Complementary color
Monochromatic Colors of #8F5D27
Black with #8F5D27
Text Example
Text Example
White with #8F5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5D27; }
p { color: rgb(143,93,39); }
H1.HeaderClassName
{
color: #8F5D27;
}
.AnyTagClassName
{
color: #8F5D27;
}
</style>
background-color css
<style>
a { background-color: #8F5D27; }
a { background-color: rgb(143,93,39); }
div.DivClassName
{
background-color: #8F5D27;
}
.BgClassName
{
background-color: #8F5D27;
}
</style>
border-color css
<style>
span { border-color: #8F5D27; }
span { border-color: rgb(143,93,39); }
td.TdClassName
{
border-color: #8F5D27;
}
.TagClassName
{
border-color: #8F5D27;
}
</style>