Shades of Rope #8C5737
Tints of Rope #8C5737
RGB
CMYK
RGB Variations
Color information
#8C5737 (or 0x8C5737) is known color: Rope. HEX triplet: 8C, 57 and 37. RGB value is (140,87,55). Sum of RGB (Red+Green+Blue) = 140+87+55=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5737 is #73A8C8. Grayscale: #636363. Windows color (decimal): -7579849 or 3626892. OLE color: 3626892.
HSL color Cylindrical-coordinate representation of color #8C5737: hue angle of 22.59º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C5737 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 55 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.45 |
| HSL | 22.59º | 0.44% | 0.38% | - |
| HSV(B) | 22.59º | 0.61% | 0.55% | - |
| XYZ | 14.91 | 12.67 | 5.27 | - |
| YUV | 99.2 | 103.06 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 55 | 0 | 0.38 | 0.61 | 0.45 | 22.59 | 0.44 | 0.38 |
| Hex | 8C | 57 | 37 | 0 | 26 | 3D | 2D | 17 | 2C | 26 |
| Octal | 214 | 127 | 67 | 0 | 46 | 75 | 55 | 27 | 54 | 46 |
| Binary | 10001100 | 1010111 | 110111 | 0 | 100110 | 111101 | 101101 | 10111 | 101100 | 100110 |
Color Harmonies of #8C5737
Complementary color
Monochromatic Colors of #8C5737
Black with #8C5737
Text Example
Text Example
White with #8C5737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5737; }
p { color: rgb(140,87,55); }
H1.HeaderClassName
{
color: #8C5737;
}
.AnyTagClassName
{
color: #8C5737;
}
</style>
background-color css
<style>
a { background-color: #8C5737; }
a { background-color: rgb(140,87,55); }
div.DivClassName
{
background-color: #8C5737;
}
.BgClassName
{
background-color: #8C5737;
}
</style>
border-color css
<style>
span { border-color: #8C5737; }
span { border-color: rgb(140,87,55); }
td.TdClassName
{
border-color: #8C5737;
}
.TagClassName
{
border-color: #8C5737;
}
</style>