Shades of Afghan Tan #8C571D
Tints of Afghan Tan #8C571D
RGB
CMYK
RGB Variations
Color information
#8C571D (or 0x8C571D) is known color: Afghan Tan. HEX triplet: 8C, 57 and 1D. RGB value is (140,87,29). Sum of RGB (Red+Green+Blue) = 140+87+29=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C571D is #73A8E2. Grayscale: #606060. Windows color (decimal): -7579875 or 1922956. OLE color: 1922956.
HSL color Cylindrical-coordinate representation of color #8C571D: hue angle of 31.35º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C571D is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 29 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.45 |
| HSL | 31.35º | 0.66% | 0.33% | - |
| HSV(B) | 31.35º | 0.79% | 0.55% | - |
| XYZ | 14.45 | 12.48 | 2.81 | - |
| YUV | 96.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 29 | 0 | 0.38 | 0.79 | 0.45 | 31.35 | 0.66 | 0.33 |
| Hex | 8C | 57 | 1D | 0 | 26 | 4F | 2D | 1F | 42 | 21 |
| Octal | 214 | 127 | 35 | 0 | 46 | 117 | 55 | 37 | 102 | 41 |
| Binary | 10001100 | 1010111 | 11101 | 0 | 100110 | 1001111 | 101101 | 11111 | 1000010 | 100001 |
Color Harmonies of #8C571D
Complementary color
Monochromatic Colors of #8C571D
Black with #8C571D
Text Example
Text Example
White with #8C571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C571D; }
p { color: rgb(140,87,29); }
H1.HeaderClassName
{
color: #8C571D;
}
.AnyTagClassName
{
color: #8C571D;
}
</style>
background-color css
<style>
a { background-color: #8C571D; }
a { background-color: rgb(140,87,29); }
div.DivClassName
{
background-color: #8C571D;
}
.BgClassName
{
background-color: #8C571D;
}
</style>
border-color css
<style>
span { border-color: #8C571D; }
span { border-color: rgb(140,87,29); }
td.TdClassName
{
border-color: #8C571D;
}
.TagClassName
{
border-color: #8C571D;
}
</style>