Shades of Rope #8C5934
Tints of Rope #8C5934
RGB
CMYK
RGB Variations
Color information
#8C5934 (or 0x8C5934) is known color: Rope. HEX triplet: 8C, 59 and 34. RGB value is (140,89,52). Sum of RGB (Red+Green+Blue) = 140+89+52=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5934 is #73A6CB. Grayscale: #646464. Windows color (decimal): -7579340 or 3430796. OLE color: 3430796.
HSL color Cylindrical-coordinate representation of color #8C5934: hue angle of 25.23º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C5934 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 52 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.45 |
| HSL | 25.23º | 0.46% | 0.38% | - |
| HSV(B) | 25.23º | 0.63% | 0.55% | - |
| XYZ | 15.01 | 12.97 | 4.96 | - |
| YUV | 100.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 52 | 0 | 0.36 | 0.63 | 0.45 | 25.23 | 0.46 | 0.38 |
| Hex | 8C | 59 | 34 | 0 | 24 | 3F | 2D | 19 | 2E | 26 |
| Octal | 214 | 131 | 64 | 0 | 44 | 77 | 55 | 31 | 56 | 46 |
| Binary | 10001100 | 1011001 | 110100 | 0 | 100100 | 111111 | 101101 | 11001 | 101110 | 100110 |
Color Harmonies of #8C5934
Complementary color
Monochromatic Colors of #8C5934
Black with #8C5934
Text Example
Text Example
White with #8C5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5934; }
p { color: rgb(140,89,52); }
H1.HeaderClassName
{
color: #8C5934;
}
.AnyTagClassName
{
color: #8C5934;
}
</style>
background-color css
<style>
a { background-color: #8C5934; }
a { background-color: rgb(140,89,52); }
div.DivClassName
{
background-color: #8C5934;
}
.BgClassName
{
background-color: #8C5934;
}
</style>
border-color css
<style>
span { border-color: #8C5934; }
span { border-color: rgb(140,89,52); }
td.TdClassName
{
border-color: #8C5934;
}
.TagClassName
{
border-color: #8C5934;
}
</style>