Shades of Rope #8C5237
Tints of Rope #8C5237
RGB
CMYK
RGB Variations
Color information
#8C5237 (or 0x8C5237) is known color: Rope. HEX triplet: 8C, 52 and 37. RGB value is (140,82,55). Sum of RGB (Red+Green+Blue) = 140+82+55=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5237 is #73ADC8. Grayscale: #606060. Windows color (decimal): -7581129 or 3625612. OLE color: 3625612.
HSL color Cylindrical-coordinate representation of color #8C5237: hue angle of 19.06º 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 #8C5237 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 55 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.45 |
| HSL | 19.06º | 0.44% | 0.38% | - |
| HSV(B) | 19.06º | 0.61% | 0.55% | - |
| XYZ | 14.52 | 11.89 | 5.14 | - |
| YUV | 96.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 55 | 0 | 0.41 | 0.61 | 0.45 | 19.06 | 0.44 | 0.38 |
| Hex | 8C | 52 | 37 | 0 | 29 | 3D | 2D | 13 | 2C | 26 |
| Octal | 214 | 122 | 67 | 0 | 51 | 75 | 55 | 23 | 54 | 46 |
| Binary | 10001100 | 1010010 | 110111 | 0 | 101001 | 111101 | 101101 | 10011 | 101100 | 100110 |
Color Harmonies of #8C5237
Complementary color
Monochromatic Colors of #8C5237
Black with #8C5237
Text Example
Text Example
White with #8C5237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5237; }
p { color: rgb(140,82,55); }
H1.HeaderClassName
{
color: #8C5237;
}
.AnyTagClassName
{
color: #8C5237;
}
</style>
background-color css
<style>
a { background-color: #8C5237; }
a { background-color: rgb(140,82,55); }
div.DivClassName
{
background-color: #8C5237;
}
.BgClassName
{
background-color: #8C5237;
}
</style>
border-color css
<style>
span { border-color: #8C5237; }
span { border-color: rgb(140,82,55); }
td.TdClassName
{
border-color: #8C5237;
}
.TagClassName
{
border-color: #8C5237;
}
</style>