Shades of Rope #8D5536
Tints of Rope #8D5536
RGB
CMYK
RGB Variations
Color information
#8D5536 (or 0x8D5536) is known color: Rope. HEX triplet: 8D, 55 and 36. RGB value is (141,85,54). Sum of RGB (Red+Green+Blue) = 141+85+54=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5536 is #72AAC9. Grayscale: #626262. Windows color (decimal): -7514826 or 3560845. OLE color: 3560845.
HSL color Cylindrical-coordinate representation of color #8D5536: hue angle of 21.38º 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 #8D5536 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 54 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.45 |
| HSL | 21.38º | 0.45% | 0.38% | - |
| HSV(B) | 21.38º | 0.62% | 0.55% | - |
| XYZ | 14.9 | 12.43 | 5.1 | - |
| YUV | 98.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 54 | 0 | 0.40 | 0.62 | 0.45 | 21.38 | 0.45 | 0.38 |
| Hex | 8D | 55 | 36 | 0 | 28 | 3E | 2D | 15 | 2D | 26 |
| Octal | 215 | 125 | 66 | 0 | 50 | 76 | 55 | 25 | 55 | 46 |
| Binary | 10001101 | 1010101 | 110110 | 0 | 101000 | 111110 | 101101 | 10101 | 101101 | 100110 |
Color Harmonies of #8D5536
Complementary color
Monochromatic Colors of #8D5536
Black with #8D5536
Text Example
Text Example
White with #8D5536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5536; }
p { color: rgb(141,85,54); }
H1.HeaderClassName
{
color: #8D5536;
}
.AnyTagClassName
{
color: #8D5536;
}
</style>
background-color css
<style>
a { background-color: #8D5536; }
a { background-color: rgb(141,85,54); }
div.DivClassName
{
background-color: #8D5536;
}
.BgClassName
{
background-color: #8D5536;
}
</style>
border-color css
<style>
span { border-color: #8D5536; }
span { border-color: rgb(141,85,54); }
td.TdClassName
{
border-color: #8D5536;
}
.TagClassName
{
border-color: #8D5536;
}
</style>