Shades of Afghan Tan #8F5725
Tints of Afghan Tan #8F5725
RGB
CMYK
RGB Variations
Color information
#8F5725 (or 0x8F5725) is known color: Afghan Tan. HEX triplet: 8F, 57 and 25. RGB value is (143,87,37). Sum of RGB (Red+Green+Blue) = 143+87+37=267 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.56% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5725 is #70A8DA. Grayscale: #626262. Windows color (decimal): -7383259 or 2447247. OLE color: 2447247.
HSL color Cylindrical-coordinate representation of color #8F5725: hue angle of 28.3º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F5725 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 37 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.44 |
| HSL | 28.3º | 0.59% | 0.35% | - |
| HSV(B) | 28.3º | 0.74% | 0.56% | - |
| XYZ | 15.07 | 12.79 | 3.42 | - |
| YUV | 98.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 37 | 0 | 0.39 | 0.74 | 0.44 | 28.3 | 0.59 | 0.35 |
| Hex | 8F | 57 | 25 | 0 | 27 | 4A | 2C | 1C | 3B | 23 |
| Octal | 217 | 127 | 45 | 0 | 47 | 112 | 54 | 34 | 73 | 43 |
| Binary | 10001111 | 1010111 | 100101 | 0 | 100111 | 1001010 | 101100 | 11100 | 111011 | 100011 |
Color Harmonies of #8F5725
Complementary color
Monochromatic Colors of #8F5725
Black with #8F5725
Text Example
Text Example
White with #8F5725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5725; }
p { color: rgb(143,87,37); }
H1.HeaderClassName
{
color: #8F5725;
}
.AnyTagClassName
{
color: #8F5725;
}
</style>
background-color css
<style>
a { background-color: #8F5725; }
a { background-color: rgb(143,87,37); }
div.DivClassName
{
background-color: #8F5725;
}
.BgClassName
{
background-color: #8F5725;
}
</style>
border-color css
<style>
span { border-color: #8F5725; }
span { border-color: rgb(143,87,37); }
td.TdClassName
{
border-color: #8F5725;
}
.TagClassName
{
border-color: #8F5725;
}
</style>