Shades of Rope #8C5D40
Tints of Rope #8C5D40
RGB
CMYK
RGB Variations
Color information
#8C5D40 (or 0x8C5D40) is known color: Rope. HEX triplet: 8C, 5D and 40. RGB value is (140,93,64). Sum of RGB (Red+Green+Blue) = 140+93+64=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5D40 is #73A2BF. Grayscale: #676767. Windows color (decimal): -7578304 or 4218252. OLE color: 4218252.
HSL color Cylindrical-coordinate representation of color #8C5D40: hue angle of 22.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C5D40 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 93 | 64 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.45 |
| HSL | 22.89º | 0.37% | 0.4% | - |
| HSV(B) | 22.89º | 0.54% | 0.55% | - |
| XYZ | 15.65 | 13.77 | 6.68 | - |
| YUV | 103.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 93 | 64 | 0 | 0.34 | 0.54 | 0.45 | 22.89 | 0.37 | 0.4 |
| Hex | 8C | 5D | 40 | 0 | 22 | 36 | 2D | 17 | 25 | 28 |
| Octal | 214 | 135 | 100 | 0 | 42 | 66 | 55 | 27 | 45 | 50 |
| Binary | 10001100 | 1011101 | 1000000 | 0 | 100010 | 110110 | 101101 | 10111 | 100101 | 101000 |
Color Harmonies of #8C5D40
Complementary color
Monochromatic Colors of #8C5D40
Black with #8C5D40
Text Example
Text Example
White with #8C5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5D40; }
p { color: rgb(140,93,64); }
H1.HeaderClassName
{
color: #8C5D40;
}
.AnyTagClassName
{
color: #8C5D40;
}
</style>
background-color css
<style>
a { background-color: #8C5D40; }
a { background-color: rgb(140,93,64); }
div.DivClassName
{
background-color: #8C5D40;
}
.BgClassName
{
background-color: #8C5D40;
}
</style>
border-color css
<style>
span { border-color: #8C5D40; }
span { border-color: rgb(140,93,64); }
td.TdClassName
{
border-color: #8C5D40;
}
.TagClassName
{
border-color: #8C5D40;
}
</style>