Shades of Rope #8C5939
Tints of Rope #8C5939
RGB
CMYK
RGB Variations
Color information
#8C5939 (or 0x8C5939) is known color: Rope. HEX triplet: 8C, 59 and 39. RGB value is (140,89,57). Sum of RGB (Red+Green+Blue) = 140+89+57=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5939 is #73A6C6. Grayscale: #646464. Windows color (decimal): -7579335 or 3758476. OLE color: 3758476.
HSL color Cylindrical-coordinate representation of color #8C5939: hue angle of 23.13º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C5939 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 57 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.45 |
| HSL | 23.13º | 0.42% | 0.39% | - |
| HSV(B) | 23.13º | 0.59% | 0.55% | - |
| XYZ | 15.13 | 13.02 | 5.59 | - |
| YUV | 100.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 57 | 0 | 0.36 | 0.59 | 0.45 | 23.13 | 0.42 | 0.39 |
| Hex | 8C | 59 | 39 | 0 | 24 | 3B | 2D | 17 | 2A | 27 |
| Octal | 214 | 131 | 71 | 0 | 44 | 73 | 55 | 27 | 52 | 47 |
| Binary | 10001100 | 1011001 | 111001 | 0 | 100100 | 111011 | 101101 | 10111 | 101010 | 100111 |
Color Harmonies of #8C5939
Complementary color
Monochromatic Colors of #8C5939
Black with #8C5939
Text Example
Text Example
White with #8C5939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5939; }
p { color: rgb(140,89,57); }
H1.HeaderClassName
{
color: #8C5939;
}
.AnyTagClassName
{
color: #8C5939;
}
</style>
background-color css
<style>
a { background-color: #8C5939; }
a { background-color: rgb(140,89,57); }
div.DivClassName
{
background-color: #8C5939;
}
.BgClassName
{
background-color: #8C5939;
}
</style>
border-color css
<style>
span { border-color: #8C5939; }
span { border-color: rgb(140,89,57); }
td.TdClassName
{
border-color: #8C5939;
}
.TagClassName
{
border-color: #8C5939;
}
</style>