Shades of Rope #8D543B
Tints of Rope #8D543B
RGB
CMYK
RGB Variations
Color information
#8D543B (or 0x8D543B) is known color: Rope. HEX triplet: 8D, 54 and 3B. RGB value is (141,84,59). Sum of RGB (Red+Green+Blue) = 141+84+59=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D543B is #72ABC4. Grayscale: #626262. Windows color (decimal): -7515077 or 3888269. OLE color: 3888269.
HSL color Cylindrical-coordinate representation of color #8D543B: hue angle of 18.29º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D543B is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 59 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.45 |
| HSL | 18.29º | 0.41% | 0.39% | - |
| HSV(B) | 18.29º | 0.58% | 0.55% | - |
| XYZ | 14.94 | 12.32 | 5.73 | - |
| YUV | 98.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 59 | 0 | 0.40 | 0.58 | 0.45 | 18.29 | 0.41 | 0.39 |
| Hex | 8D | 54 | 3B | 0 | 28 | 3A | 2D | 12 | 29 | 27 |
| Octal | 215 | 124 | 73 | 0 | 50 | 72 | 55 | 22 | 51 | 47 |
| Binary | 10001101 | 1010100 | 111011 | 0 | 101000 | 111010 | 101101 | 10010 | 101001 | 100111 |
Color Harmonies of #8D543B
Complementary color
Monochromatic Colors of #8D543B
Black with #8D543B
Text Example
Text Example
White with #8D543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D543B; }
p { color: rgb(141,84,59); }
H1.HeaderClassName
{
color: #8D543B;
}
.AnyTagClassName
{
color: #8D543B;
}
</style>
background-color css
<style>
a { background-color: #8D543B; }
a { background-color: rgb(141,84,59); }
div.DivClassName
{
background-color: #8D543B;
}
.BgClassName
{
background-color: #8D543B;
}
</style>
border-color css
<style>
span { border-color: #8D543B; }
span { border-color: rgb(141,84,59); }
td.TdClassName
{
border-color: #8D543B;
}
.TagClassName
{
border-color: #8D543B;
}
</style>