Shades of Rope #8D5A41
Tints of Rope #8D5A41
RGB
CMYK
RGB Variations
Color information
#8D5A41 (or 0x8D5A41) is known color: Rope. HEX triplet: 8D, 5A and 41. RGB value is (141,90,65). Sum of RGB (Red+Green+Blue) = 141+90+65=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5A41 is #72A5BE. Grayscale: #666666. Windows color (decimal): -7513535 or 4283021. OLE color: 4283021.
HSL color Cylindrical-coordinate representation of color #8D5A41: hue angle of 19.74º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D5A41 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 90 | 65 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.45 |
| HSL | 19.74º | 0.37% | 0.4% | - |
| HSV(B) | 19.74º | 0.54% | 0.55% | - |
| XYZ | 15.59 | 13.36 | 6.76 | - |
| YUV | 102.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 65 | 0 | 0.36 | 0.54 | 0.45 | 19.74 | 0.37 | 0.4 |
| Hex | 8D | 5A | 41 | 0 | 24 | 36 | 2D | 14 | 25 | 28 |
| Octal | 215 | 132 | 101 | 0 | 44 | 66 | 55 | 24 | 45 | 50 |
| Binary | 10001101 | 1011010 | 1000001 | 0 | 100100 | 110110 | 101101 | 10100 | 100101 | 101000 |
Color Harmonies of #8D5A41
Complementary color
Monochromatic Colors of #8D5A41
Black with #8D5A41
Text Example
Text Example
White with #8D5A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A41; }
p { color: rgb(141,90,65); }
H1.HeaderClassName
{
color: #8D5A41;
}
.AnyTagClassName
{
color: #8D5A41;
}
</style>
background-color css
<style>
a { background-color: #8D5A41; }
a { background-color: rgb(141,90,65); }
div.DivClassName
{
background-color: #8D5A41;
}
.BgClassName
{
background-color: #8D5A41;
}
</style>
border-color css
<style>
span { border-color: #8D5A41; }
span { border-color: rgb(141,90,65); }
td.TdClassName
{
border-color: #8D5A41;
}
.TagClassName
{
border-color: #8D5A41;
}
</style>