Shades of Afghan Tan #8F5E1B
Tints of Afghan Tan #8F5E1B
RGB
CMYK
RGB Variations
Color information
#8F5E1B (or 0x8F5E1B) is known color: Afghan Tan. HEX triplet: 8F, 5E and 1B. RGB value is (143,94,27). Sum of RGB (Red+Green+Blue) = 143+94+27=264 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.17% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5E1B is #70A1E4. Grayscale: #656565. Windows color (decimal): -7381477 or 1793679. OLE color: 1793679.
HSL color Cylindrical-coordinate representation of color #8F5E1B: hue angle of 34.66º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F5E1B is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 94 | 27 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.44 |
| HSL | 34.66º | 0.68% | 0.33% | - |
| HSV(B) | 34.66º | 0.81% | 0.56% | - |
| XYZ | 15.53 | 13.92 | 2.91 | - |
| YUV | 101.01 | 86.23 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 27 | 0 | 0.34 | 0.81 | 0.44 | 34.66 | 0.68 | 0.33 |
| Hex | 8F | 5E | 1B | 0 | 22 | 51 | 2C | 23 | 44 | 21 |
| Octal | 217 | 136 | 33 | 0 | 42 | 121 | 54 | 43 | 104 | 41 |
| Binary | 10001111 | 1011110 | 11011 | 0 | 100010 | 1010001 | 101100 | 100011 | 1000100 | 100001 |
Color Harmonies of #8F5E1B
Complementary color
Monochromatic Colors of #8F5E1B
Black with #8F5E1B
Text Example
Text Example
White with #8F5E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E1B; }
p { color: rgb(143,94,27); }
H1.HeaderClassName
{
color: #8F5E1B;
}
.AnyTagClassName
{
color: #8F5E1B;
}
</style>
background-color css
<style>
a { background-color: #8F5E1B; }
a { background-color: rgb(143,94,27); }
div.DivClassName
{
background-color: #8F5E1B;
}
.BgClassName
{
background-color: #8F5E1B;
}
</style>
border-color css
<style>
span { border-color: #8F5E1B; }
span { border-color: rgb(143,94,27); }
td.TdClassName
{
border-color: #8F5E1B;
}
.TagClassName
{
border-color: #8F5E1B;
}
</style>