Shades of Rope #8D5844
Tints of Rope #8D5844
RGB
CMYK
RGB Variations
Color information
#8D5844 (or 0x8D5844) is known color: Rope. HEX triplet: 8D, 58 and 44. RGB value is (141,88,68). Sum of RGB (Red+Green+Blue) = 141+88+68=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5844 is #72A7BB. Grayscale: #656565. Windows color (decimal): -7514044 or 4479117. OLE color: 4479117.
HSL color Cylindrical-coordinate representation of color #8D5844: hue angle of 16.44º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D5844 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 68 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.45 |
| HSL | 16.44º | 0.35% | 0.41% | - |
| HSV(B) | 16.44º | 0.52% | 0.55% | - |
| XYZ | 15.52 | 13.06 | 7.17 | - |
| YUV | 101.57 | 109.06 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 68 | 0 | 0.38 | 0.52 | 0.45 | 16.44 | 0.35 | 0.41 |
| Hex | 8D | 58 | 44 | 0 | 26 | 34 | 2D | 10 | 23 | 29 |
| Octal | 215 | 130 | 104 | 0 | 46 | 64 | 55 | 20 | 43 | 51 |
| Binary | 10001101 | 1011000 | 1000100 | 0 | 100110 | 110100 | 101101 | 10000 | 100011 | 101001 |
Color Harmonies of #8D5844
Complementary color
Monochromatic Colors of #8D5844
Black with #8D5844
Text Example
Text Example
White with #8D5844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5844; }
p { color: rgb(141,88,68); }
H1.HeaderClassName
{
color: #8D5844;
}
.AnyTagClassName
{
color: #8D5844;
}
</style>
background-color css
<style>
a { background-color: #8D5844; }
a { background-color: rgb(141,88,68); }
div.DivClassName
{
background-color: #8D5844;
}
.BgClassName
{
background-color: #8D5844;
}
</style>
border-color css
<style>
span { border-color: #8D5844; }
span { border-color: rgb(141,88,68); }
td.TdClassName
{
border-color: #8D5844;
}
.TagClassName
{
border-color: #8D5844;
}
</style>