Shades of Rope #8D5934
Tints of Rope #8D5934
RGB
CMYK
RGB Variations
Color information
#8D5934 (or 0x8D5934) is known color: Rope. HEX triplet: 8D, 59 and 34. RGB value is (141,89,52). Sum of RGB (Red+Green+Blue) = 141+89+52=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5934 is #72A6CB. Grayscale: #646464. Windows color (decimal): -7513804 or 3430797. OLE color: 3430797.
HSL color Cylindrical-coordinate representation of color #8D5934: hue angle of 24.94º 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 #8D5934 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 52 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.45 |
| HSL | 24.94º | 0.46% | 0.38% | - |
| HSV(B) | 24.94º | 0.63% | 0.55% | - |
| XYZ | 15.18 | 13.06 | 4.97 | - |
| YUV | 100.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 52 | 0 | 0.37 | 0.63 | 0.45 | 24.94 | 0.46 | 0.38 |
| Hex | 8D | 59 | 34 | 0 | 25 | 3F | 2D | 19 | 2E | 26 |
| Octal | 215 | 131 | 64 | 0 | 45 | 77 | 55 | 31 | 56 | 46 |
| Binary | 10001101 | 1011001 | 110100 | 0 | 100101 | 111111 | 101101 | 11001 | 101110 | 100110 |
Color Harmonies of #8D5934
Complementary color
Monochromatic Colors of #8D5934
Black with #8D5934
Text Example
Text Example
White with #8D5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5934; }
p { color: rgb(141,89,52); }
H1.HeaderClassName
{
color: #8D5934;
}
.AnyTagClassName
{
color: #8D5934;
}
</style>
background-color css
<style>
a { background-color: #8D5934; }
a { background-color: rgb(141,89,52); }
div.DivClassName
{
background-color: #8D5934;
}
.BgClassName
{
background-color: #8D5934;
}
</style>
border-color css
<style>
span { border-color: #8D5934; }
span { border-color: rgb(141,89,52); }
td.TdClassName
{
border-color: #8D5934;
}
.TagClassName
{
border-color: #8D5934;
}
</style>