Shades of Rope #8C5842
Tints of Rope #8C5842
RGB
CMYK
RGB Variations
Color information
#8C5842 (or 0x8C5842) is known color: Rope. HEX triplet: 8C, 58 and 42. RGB value is (140,88,66). Sum of RGB (Red+Green+Blue) = 140+88+66=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5842 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5842 is #73A7BD. Grayscale: #656565. Windows color (decimal): -7579582 or 4348044. OLE color: 4348044.
HSL color Cylindrical-coordinate representation of color #8C5842: hue angle of 17.84º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C5842 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 66 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.45 |
| HSL | 17.84º | 0.36% | 0.4% | - |
| HSV(B) | 17.84º | 0.53% | 0.55% | - |
| XYZ | 15.29 | 12.95 | 6.85 | - |
| YUV | 101.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 66 | 0 | 0.37 | 0.53 | 0.45 | 17.84 | 0.36 | 0.4 |
| Hex | 8C | 58 | 42 | 0 | 25 | 35 | 2D | 12 | 24 | 28 |
| Octal | 214 | 130 | 102 | 0 | 45 | 65 | 55 | 22 | 44 | 50 |
| Binary | 10001100 | 1011000 | 1000010 | 0 | 100101 | 110101 | 101101 | 10010 | 100100 | 101000 |
Color Harmonies of #8C5842
Complementary color
Monochromatic Colors of #8C5842
Black with #8C5842
Text Example
Text Example
White with #8C5842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5842; }
p { color: rgb(140,88,66); }
H1.HeaderClassName
{
color: #8C5842;
}
.AnyTagClassName
{
color: #8C5842;
}
</style>
background-color css
<style>
a { background-color: #8C5842; }
a { background-color: rgb(140,88,66); }
div.DivClassName
{
background-color: #8C5842;
}
.BgClassName
{
background-color: #8C5842;
}
</style>
border-color css
<style>
span { border-color: #8C5842; }
span { border-color: rgb(140,88,66); }
td.TdClassName
{
border-color: #8C5842;
}
.TagClassName
{
border-color: #8C5842;
}
</style>