Shades of Afghan Tan #8D551F
Tints of Afghan Tan #8D551F
RGB
CMYK
RGB Variations
Color information
#8D551F (or 0x8D551F) is known color: Afghan Tan. HEX triplet: 8D, 55 and 1F. RGB value is (141,85,31). Sum of RGB (Red+Green+Blue) = 141+85+31=257 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.86% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 141 - color contains mainly: red. Hex color #8D551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D551F is #72AAE0. Grayscale: #5F5F5F. Windows color (decimal): -7514849 or 2053517. OLE color: 2053517.
HSL color Cylindrical-coordinate representation of color #8D551F: hue angle of 29.45º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D551F is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 31 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.45 |
| HSL | 29.45º | 0.64% | 0.34% | - |
| HSV(B) | 29.45º | 0.78% | 0.55% | - |
| XYZ | 14.48 | 12.26 | 2.9 | - |
| YUV | 95.59 | 91.55 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 31 | 0 | 0.40 | 0.78 | 0.45 | 29.45 | 0.64 | 0.34 |
| Hex | 8D | 55 | 1F | 0 | 28 | 4E | 2D | 1D | 40 | 22 |
| Octal | 215 | 125 | 37 | 0 | 50 | 116 | 55 | 35 | 100 | 42 |
| Binary | 10001101 | 1010101 | 11111 | 0 | 101000 | 1001110 | 101101 | 11101 | 1000000 | 100010 |
Color Harmonies of #8D551F
Complementary color
Monochromatic Colors of #8D551F
Black with #8D551F
Text Example
Text Example
White with #8D551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D551F; }
p { color: rgb(141,85,31); }
H1.HeaderClassName
{
color: #8D551F;
}
.AnyTagClassName
{
color: #8D551F;
}
</style>
background-color css
<style>
a { background-color: #8D551F; }
a { background-color: rgb(141,85,31); }
div.DivClassName
{
background-color: #8D551F;
}
.BgClassName
{
background-color: #8D551F;
}
</style>
border-color css
<style>
span { border-color: #8D551F; }
span { border-color: rgb(141,85,31); }
td.TdClassName
{
border-color: #8D551F;
}
.TagClassName
{
border-color: #8D551F;
}
</style>