Shades of Rope #8C5633
Tints of Rope #8C5633
RGB
CMYK
RGB Variations
Color information
#8C5633 (or 0x8C5633) is known color: Rope. HEX triplet: 8C, 56 and 33. RGB value is (140,86,51). Sum of RGB (Red+Green+Blue) = 140+86+51=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5633 is #73A9CC. Grayscale: #626262. Windows color (decimal): -7580109 or 3364492. OLE color: 3364492.
HSL color Cylindrical-coordinate representation of color #8C5633: hue angle of 23.6º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C5633 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 51 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.45 |
| HSL | 23.6º | 0.47% | 0.37% | - |
| HSV(B) | 23.6º | 0.64% | 0.55% | - |
| XYZ | 14.74 | 12.47 | 4.76 | - |
| YUV | 98.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 51 | 0 | 0.39 | 0.64 | 0.45 | 23.6 | 0.47 | 0.37 |
| Hex | 8C | 56 | 33 | 0 | 27 | 40 | 2D | 18 | 2F | 25 |
| Octal | 214 | 126 | 63 | 0 | 47 | 100 | 55 | 30 | 57 | 45 |
| Binary | 10001100 | 1010110 | 110011 | 0 | 100111 | 1000000 | 101101 | 11000 | 101111 | 100101 |
Color Harmonies of #8C5633
Complementary color
Monochromatic Colors of #8C5633
Black with #8C5633
Text Example
Text Example
White with #8C5633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5633; }
p { color: rgb(140,86,51); }
H1.HeaderClassName
{
color: #8C5633;
}
.AnyTagClassName
{
color: #8C5633;
}
</style>
background-color css
<style>
a { background-color: #8C5633; }
a { background-color: rgb(140,86,51); }
div.DivClassName
{
background-color: #8C5633;
}
.BgClassName
{
background-color: #8C5633;
}
</style>
border-color css
<style>
span { border-color: #8C5633; }
span { border-color: rgb(140,86,51); }
td.TdClassName
{
border-color: #8C5633;
}
.TagClassName
{
border-color: #8C5633;
}
</style>