Shades of Afghan Tan #8F5E24
Tints of Afghan Tan #8F5E24
RGB
CMYK
RGB Variations
Color information
#8F5E24 (or 0x8F5E24) is known color: Afghan Tan. HEX triplet: 8F, 5E and 24. RGB value is (143,94,36). Sum of RGB (Red+Green+Blue) = 143+94+36=273 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.38% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5E24 is #70A1DB. Grayscale: #666666. Windows color (decimal): -7381468 or 2383503. OLE color: 2383503.
HSL color Cylindrical-coordinate representation of color #8F5E24: hue angle of 32.52º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F5E24 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 94 | 36 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.44 |
| HSL | 32.52º | 0.6% | 0.35% | - |
| HSV(B) | 32.52º | 0.75% | 0.56% | - |
| XYZ | 15.65 | 13.97 | 3.54 | - |
| YUV | 102.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 36 | 0 | 0.34 | 0.75 | 0.44 | 32.52 | 0.6 | 0.35 |
| Hex | 8F | 5E | 24 | 0 | 22 | 4B | 2C | 21 | 3C | 23 |
| Octal | 217 | 136 | 44 | 0 | 42 | 113 | 54 | 41 | 74 | 43 |
| Binary | 10001111 | 1011110 | 100100 | 0 | 100010 | 1001011 | 101100 | 100001 | 111100 | 100011 |
Color Harmonies of #8F5E24
Complementary color
Monochromatic Colors of #8F5E24
Black with #8F5E24
Text Example
Text Example
White with #8F5E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E24; }
p { color: rgb(143,94,36); }
H1.HeaderClassName
{
color: #8F5E24;
}
.AnyTagClassName
{
color: #8F5E24;
}
</style>
background-color css
<style>
a { background-color: #8F5E24; }
a { background-color: rgb(143,94,36); }
div.DivClassName
{
background-color: #8F5E24;
}
.BgClassName
{
background-color: #8F5E24;
}
</style>
border-color css
<style>
span { border-color: #8F5E24; }
span { border-color: rgb(143,94,36); }
td.TdClassName
{
border-color: #8F5E24;
}
.TagClassName
{
border-color: #8F5E24;
}
</style>