Shades of Afghan Tan #8C561D
Tints of Afghan Tan #8C561D
RGB
CMYK
RGB Variations
Color information
#8C561D (or 0x8C561D) is known color: Afghan Tan. HEX triplet: 8C, 56 and 1D. RGB value is (140,86,29). Sum of RGB (Red+Green+Blue) = 140+86+29=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C561D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C561D is #73A9E2. Grayscale: #5F5F5F. Windows color (decimal): -7580131 or 1922700. OLE color: 1922700.
HSL color Cylindrical-coordinate representation of color #8C561D: hue angle of 30.81º 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 #8C561D is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 29 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.45 |
| HSL | 30.81º | 0.66% | 0.33% | - |
| HSV(B) | 30.81º | 0.79% | 0.55% | - |
| XYZ | 14.36 | 12.32 | 2.78 | - |
| YUV | 95.65 | 90.39 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 29 | 0 | 0.39 | 0.79 | 0.45 | 30.81 | 0.66 | 0.33 |
| Hex | 8C | 56 | 1D | 0 | 27 | 4F | 2D | 1F | 42 | 21 |
| Octal | 214 | 126 | 35 | 0 | 47 | 117 | 55 | 37 | 102 | 41 |
| Binary | 10001100 | 1010110 | 11101 | 0 | 100111 | 1001111 | 101101 | 11111 | 1000010 | 100001 |
Color Harmonies of #8C561D
Complementary color
Monochromatic Colors of #8C561D
Black with #8C561D
Text Example
Text Example
White with #8C561D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C561D; }
p { color: rgb(140,86,29); }
H1.HeaderClassName
{
color: #8C561D;
}
.AnyTagClassName
{
color: #8C561D;
}
</style>
background-color css
<style>
a { background-color: #8C561D; }
a { background-color: rgb(140,86,29); }
div.DivClassName
{
background-color: #8C561D;
}
.BgClassName
{
background-color: #8C561D;
}
</style>
border-color css
<style>
span { border-color: #8C561D; }
span { border-color: rgb(140,86,29); }
td.TdClassName
{
border-color: #8C561D;
}
.TagClassName
{
border-color: #8C561D;
}
</style>