Shades of Rope #8C5437
Tints of Rope #8C5437
RGB
CMYK
RGB Variations
Color information
#8C5437 (or 0x8C5437) is known color: Rope. HEX triplet: 8C, 54 and 37. RGB value is (140,84,55). Sum of RGB (Red+Green+Blue) = 140+84+55=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5437 is #73ABC8. Grayscale: #616161. Windows color (decimal): -7580617 or 3626124. OLE color: 3626124.
HSL color Cylindrical-coordinate representation of color #8C5437: hue angle of 20.47º 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 #8C5437 is Cyan = 0, Magento = 0.4, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 55 | - |
| CMYK | 0 | 0.4 | 0.61 | 0.45 |
| HSL | 20.47º | 0.44% | 0.38% | - |
| HSV(B) | 20.47º | 0.61% | 0.55% | - |
| XYZ | 14.68 | 12.19 | 5.19 | - |
| YUV | 97.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 55 | 0 | 0.4 | 0.61 | 0.45 | 20.47 | 0.44 | 0.38 |
| Hex | 8C | 54 | 37 | 0 | 28 | 3D | 2D | 14 | 2C | 26 |
| Octal | 214 | 124 | 67 | 0 | 50 | 75 | 55 | 24 | 54 | 46 |
| Binary | 10001100 | 1010100 | 110111 | 0 | 101000 | 111101 | 101101 | 10100 | 101100 | 100110 |
Color Harmonies of #8C5437
Complementary color
Monochromatic Colors of #8C5437
Black with #8C5437
Text Example
Text Example
White with #8C5437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5437; }
p { color: rgb(140,84,55); }
H1.HeaderClassName
{
color: #8C5437;
}
.AnyTagClassName
{
color: #8C5437;
}
</style>
background-color css
<style>
a { background-color: #8C5437; }
a { background-color: rgb(140,84,55); }
div.DivClassName
{
background-color: #8C5437;
}
.BgClassName
{
background-color: #8C5437;
}
</style>
border-color css
<style>
span { border-color: #8C5437; }
span { border-color: rgb(140,84,55); }
td.TdClassName
{
border-color: #8C5437;
}
.TagClassName
{
border-color: #8C5437;
}
</style>