Shades of Afghan Tan #8F5828
Tints of Afghan Tan #8F5828
RGB
CMYK
RGB Variations
Color information
#8F5828 (or 0x8F5828) is known color: Afghan Tan. HEX triplet: 8F, 58 and 28. RGB value is (143,88,40). Sum of RGB (Red+Green+Blue) = 143+88+40=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5828 is #70A7D7. Grayscale: #636363. Windows color (decimal): -7383000 or 2644111. OLE color: 2644111.
HSL color Cylindrical-coordinate representation of color #8F5828: hue angle of 27.96º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F5828 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 88 | 40 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.44 |
| HSL | 27.96º | 0.56% | 0.36% | - |
| HSV(B) | 27.96º | 0.72% | 0.56% | - |
| XYZ | 15.2 | 12.97 | 3.71 | - |
| YUV | 98.97 | 94.72 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 40 | 0 | 0.38 | 0.72 | 0.44 | 27.96 | 0.56 | 0.36 |
| Hex | 8F | 58 | 28 | 0 | 26 | 48 | 2C | 1C | 38 | 24 |
| Octal | 217 | 130 | 50 | 0 | 46 | 110 | 54 | 34 | 70 | 44 |
| Binary | 10001111 | 1011000 | 101000 | 0 | 100110 | 1001000 | 101100 | 11100 | 111000 | 100100 |
Color Harmonies of #8F5828
Complementary color
Monochromatic Colors of #8F5828
Black with #8F5828
Text Example
Text Example
White with #8F5828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5828; }
p { color: rgb(143,88,40); }
H1.HeaderClassName
{
color: #8F5828;
}
.AnyTagClassName
{
color: #8F5828;
}
</style>
background-color css
<style>
a { background-color: #8F5828; }
a { background-color: rgb(143,88,40); }
div.DivClassName
{
background-color: #8F5828;
}
.BgClassName
{
background-color: #8F5828;
}
</style>
border-color css
<style>
span { border-color: #8F5828; }
span { border-color: rgb(143,88,40); }
td.TdClassName
{
border-color: #8F5828;
}
.TagClassName
{
border-color: #8F5828;
}
</style>