Shades of Rope #8D5B3F
Tints of Rope #8D5B3F
RGB
CMYK
RGB Variations
Color information
#8D5B3F (or 0x8D5B3F) is known color: Rope. HEX triplet: 8D, 5B and 3F. RGB value is (141,91,63). Sum of RGB (Red+Green+Blue) = 141+91+63=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5B3F is #72A4C0. Grayscale: #666666. Windows color (decimal): -7513281 or 4152205. OLE color: 4152205.
HSL color Cylindrical-coordinate representation of color #8D5B3F: hue angle of 21.54º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D5B3F is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 91 | 63 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.45 |
| HSL | 21.54º | 0.38% | 0.4% | - |
| HSV(B) | 21.54º | 0.55% | 0.55% | - |
| XYZ | 15.62 | 13.5 | 6.49 | - |
| YUV | 102.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 91 | 63 | 0 | 0.35 | 0.55 | 0.45 | 21.54 | 0.38 | 0.4 |
| Hex | 8D | 5B | 3F | 0 | 23 | 37 | 2D | 16 | 26 | 28 |
| Octal | 215 | 133 | 77 | 0 | 43 | 67 | 55 | 26 | 46 | 50 |
| Binary | 10001101 | 1011011 | 111111 | 0 | 100011 | 110111 | 101101 | 10110 | 100110 | 101000 |
Color Harmonies of #8D5B3F
Complementary color
Monochromatic Colors of #8D5B3F
Black with #8D5B3F
Text Example
Text Example
White with #8D5B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5B3F; }
p { color: rgb(141,91,63); }
H1.HeaderClassName
{
color: #8D5B3F;
}
.AnyTagClassName
{
color: #8D5B3F;
}
</style>
background-color css
<style>
a { background-color: #8D5B3F; }
a { background-color: rgb(141,91,63); }
div.DivClassName
{
background-color: #8D5B3F;
}
.BgClassName
{
background-color: #8D5B3F;
}
</style>
border-color css
<style>
span { border-color: #8D5B3F; }
span { border-color: rgb(141,91,63); }
td.TdClassName
{
border-color: #8D5B3F;
}
.TagClassName
{
border-color: #8D5B3F;
}
</style>