Shades of Afghan Tan #8D5E28
Tints of Afghan Tan #8D5E28
RGB
CMYK
RGB Variations
Color information
#8D5E28 (or 0x8D5E28) is known color: Afghan Tan. HEX triplet: 8D, 5E and 28. RGB value is (141,94,40). Sum of RGB (Red+Green+Blue) = 141+94+40=275 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.27% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5E28 is #72A1D7. Grayscale: #666666. Windows color (decimal): -7512536 or 2645645. OLE color: 2645645.
HSL color Cylindrical-coordinate representation of color #8D5E28: hue angle of 32.08º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D5E28 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 94 | 40 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.45 |
| HSL | 32.08º | 0.56% | 0.35% | - |
| HSV(B) | 32.08º | 0.72% | 0.55% | - |
| XYZ | 15.37 | 13.82 | 3.87 | - |
| YUV | 101.9 | 93.07 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 94 | 40 | 0 | 0.33 | 0.72 | 0.45 | 32.08 | 0.56 | 0.35 |
| Hex | 8D | 5E | 28 | 0 | 21 | 48 | 2D | 20 | 38 | 23 |
| Octal | 215 | 136 | 50 | 0 | 41 | 110 | 55 | 40 | 70 | 43 |
| Binary | 10001101 | 1011110 | 101000 | 0 | 100001 | 1001000 | 101101 | 100000 | 111000 | 100011 |
Color Harmonies of #8D5E28
Complementary color
Monochromatic Colors of #8D5E28
Black with #8D5E28
Text Example
Text Example
White with #8D5E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5E28; }
p { color: rgb(141,94,40); }
H1.HeaderClassName
{
color: #8D5E28;
}
.AnyTagClassName
{
color: #8D5E28;
}
</style>
background-color css
<style>
a { background-color: #8D5E28; }
a { background-color: rgb(141,94,40); }
div.DivClassName
{
background-color: #8D5E28;
}
.BgClassName
{
background-color: #8D5E28;
}
</style>
border-color css
<style>
span { border-color: #8D5E28; }
span { border-color: rgb(141,94,40); }
td.TdClassName
{
border-color: #8D5E28;
}
.TagClassName
{
border-color: #8D5E28;
}
</style>