Shades of Rope #8C5938
Tints of Rope #8C5938
RGB
CMYK
RGB Variations
Color information
#8C5938 (or 0x8C5938) is known color: Rope. HEX triplet: 8C, 59 and 38. RGB value is (140,89,56). Sum of RGB (Red+Green+Blue) = 140+89+56=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5938 is #73A6C7. Grayscale: #646464. Windows color (decimal): -7579336 or 3692940. OLE color: 3692940.
HSL color Cylindrical-coordinate representation of color #8C5938: hue angle of 23.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C5938 is Cyan = 0, Magento = 0.36, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 56 | - |
| CMYK | 0 | 0.36 | 0.6 | 0.45 |
| HSL | 23.57º | 0.43% | 0.38% | - |
| HSV(B) | 23.57º | 0.6% | 0.55% | - |
| XYZ | 15.1 | 13.01 | 5.46 | - |
| YUV | 100.49 | 102.9 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 56 | 0 | 0.36 | 0.6 | 0.45 | 23.57 | 0.43 | 0.38 |
| Hex | 8C | 59 | 38 | 0 | 24 | 3C | 2D | 18 | 2B | 26 |
| Octal | 214 | 131 | 70 | 0 | 44 | 74 | 55 | 30 | 53 | 46 |
| Binary | 10001100 | 1011001 | 111000 | 0 | 100100 | 111100 | 101101 | 11000 | 101011 | 100110 |
Color Harmonies of #8C5938
Complementary color
Monochromatic Colors of #8C5938
Black with #8C5938
Text Example
Text Example
White with #8C5938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5938; }
p { color: rgb(140,89,56); }
H1.HeaderClassName
{
color: #8C5938;
}
.AnyTagClassName
{
color: #8C5938;
}
</style>
background-color css
<style>
a { background-color: #8C5938; }
a { background-color: rgb(140,89,56); }
div.DivClassName
{
background-color: #8C5938;
}
.BgClassName
{
background-color: #8C5938;
}
</style>
border-color css
<style>
span { border-color: #8C5938; }
span { border-color: rgb(140,89,56); }
td.TdClassName
{
border-color: #8C5938;
}
.TagClassName
{
border-color: #8C5938;
}
</style>