Shades of Rope #8C5C41
Tints of Rope #8C5C41
RGB
CMYK
RGB Variations
Color information
#8C5C41 (or 0x8C5C41) is known color: Rope. HEX triplet: 8C, 5C and 41. RGB value is (140,92,65). Sum of RGB (Red+Green+Blue) = 140+92+65=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5C41 is #73A3BE. Grayscale: #676767. Windows color (decimal): -7578559 or 4283532. OLE color: 4283532.
HSL color Cylindrical-coordinate representation of color #8C5C41: hue angle of 21.6º 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 #8C5C41 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 92 | 65 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.45 |
| HSL | 21.6º | 0.37% | 0.4% | - |
| HSV(B) | 21.6º | 0.54% | 0.55% | - |
| XYZ | 15.6 | 13.61 | 6.81 | - |
| YUV | 103.27 | 106.4 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 65 | 0 | 0.34 | 0.54 | 0.45 | 21.6 | 0.37 | 0.4 |
| Hex | 8C | 5C | 41 | 0 | 22 | 36 | 2D | 16 | 25 | 28 |
| Octal | 214 | 134 | 101 | 0 | 42 | 66 | 55 | 26 | 45 | 50 |
| Binary | 10001100 | 1011100 | 1000001 | 0 | 100010 | 110110 | 101101 | 10110 | 100101 | 101000 |
Color Harmonies of #8C5C41
Complementary color
Monochromatic Colors of #8C5C41
Black with #8C5C41
Text Example
Text Example
White with #8C5C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5C41; }
p { color: rgb(140,92,65); }
H1.HeaderClassName
{
color: #8C5C41;
}
.AnyTagClassName
{
color: #8C5C41;
}
</style>
background-color css
<style>
a { background-color: #8C5C41; }
a { background-color: rgb(140,92,65); }
div.DivClassName
{
background-color: #8C5C41;
}
.BgClassName
{
background-color: #8C5C41;
}
</style>
border-color css
<style>
span { border-color: #8C5C41; }
span { border-color: rgb(140,92,65); }
td.TdClassName
{
border-color: #8C5C41;
}
.TagClassName
{
border-color: #8C5C41;
}
</style>