Shades of Rope #8D5835
Tints of Rope #8D5835
RGB
CMYK
RGB Variations
Color information
#8D5835 (or 0x8D5835) is known color: Rope. HEX triplet: 8D, 58 and 35. RGB value is (141,88,53). Sum of RGB (Red+Green+Blue) = 141+88+53=282 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5835 is #72A7CA. Grayscale: #646464. Windows color (decimal): -7514059 or 3496077. OLE color: 3496077.
HSL color Cylindrical-coordinate representation of color #8D5835: hue angle of 23.86º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D5835 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 53 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.45 |
| HSL | 23.86º | 0.45% | 0.38% | - |
| HSV(B) | 23.86º | 0.62% | 0.55% | - |
| XYZ | 15.12 | 12.9 | 5.06 | - |
| YUV | 99.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 53 | 0 | 0.38 | 0.62 | 0.45 | 23.86 | 0.45 | 0.38 |
| Hex | 8D | 58 | 35 | 0 | 26 | 3E | 2D | 18 | 2D | 26 |
| Octal | 215 | 130 | 65 | 0 | 46 | 76 | 55 | 30 | 55 | 46 |
| Binary | 10001101 | 1011000 | 110101 | 0 | 100110 | 111110 | 101101 | 11000 | 101101 | 100110 |
Color Harmonies of #8D5835
Complementary color
Monochromatic Colors of #8D5835
Black with #8D5835
Text Example
Text Example
White with #8D5835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5835; }
p { color: rgb(141,88,53); }
H1.HeaderClassName
{
color: #8D5835;
}
.AnyTagClassName
{
color: #8D5835;
}
</style>
background-color css
<style>
a { background-color: #8D5835; }
a { background-color: rgb(141,88,53); }
div.DivClassName
{
background-color: #8D5835;
}
.BgClassName
{
background-color: #8D5835;
}
</style>
border-color css
<style>
span { border-color: #8D5835; }
span { border-color: rgb(141,88,53); }
td.TdClassName
{
border-color: #8D5835;
}
.TagClassName
{
border-color: #8D5835;
}
</style>