Shades of Rope #8C5B37
Tints of Rope #8C5B37
RGB
CMYK
RGB Variations
Color information
#8C5B37 (or 0x8C5B37) is known color: Rope. HEX triplet: 8C, 5B and 37. RGB value is (140,91,55). Sum of RGB (Red+Green+Blue) = 140+91+55=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5B37 is #73A4C8. Grayscale: #656565. Windows color (decimal): -7578825 or 3627916. OLE color: 3627916.
HSL color Cylindrical-coordinate representation of color #8C5B37: hue angle of 25.41º 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 #8C5B37 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 91 | 55 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.45 |
| HSL | 25.41º | 0.44% | 0.38% | - |
| HSV(B) | 25.41º | 0.61% | 0.55% | - |
| XYZ | 15.25 | 13.33 | 5.38 | - |
| YUV | 101.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 55 | 0 | 0.35 | 0.61 | 0.45 | 25.41 | 0.44 | 0.38 |
| Hex | 8C | 5B | 37 | 0 | 23 | 3D | 2D | 19 | 2C | 26 |
| Octal | 214 | 133 | 67 | 0 | 43 | 75 | 55 | 31 | 54 | 46 |
| Binary | 10001100 | 1011011 | 110111 | 0 | 100011 | 111101 | 101101 | 11001 | 101100 | 100110 |
Color Harmonies of #8C5B37
Complementary color
Monochromatic Colors of #8C5B37
Black with #8C5B37
Text Example
Text Example
White with #8C5B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5B37; }
p { color: rgb(140,91,55); }
H1.HeaderClassName
{
color: #8C5B37;
}
.AnyTagClassName
{
color: #8C5B37;
}
</style>
background-color css
<style>
a { background-color: #8C5B37; }
a { background-color: rgb(140,91,55); }
div.DivClassName
{
background-color: #8C5B37;
}
.BgClassName
{
background-color: #8C5B37;
}
</style>
border-color css
<style>
span { border-color: #8C5B37; }
span { border-color: rgb(140,91,55); }
td.TdClassName
{
border-color: #8C5B37;
}
.TagClassName
{
border-color: #8C5B37;
}
</style>