Shades of Rope #8D533C
Tints of Rope #8D533C
RGB
CMYK
RGB Variations
Color information
#8D533C (or 0x8D533C) is known color: Rope. HEX triplet: 8D, 53 and 3C. RGB value is (141,83,60). Sum of RGB (Red+Green+Blue) = 141+83+60=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D533C is #72ACC3. Grayscale: #616161. Windows color (decimal): -7515332 or 3953549. OLE color: 3953549.
HSL color Cylindrical-coordinate representation of color #8D533C: hue angle of 17.04º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D533C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 83 | 60 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.45 |
| HSL | 17.04º | 0.4% | 0.39% | - |
| HSV(B) | 17.04º | 0.57% | 0.55% | - |
| XYZ | 14.89 | 12.18 | 5.84 | - |
| YUV | 97.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 60 | 0 | 0.41 | 0.57 | 0.45 | 17.04 | 0.4 | 0.39 |
| Hex | 8D | 53 | 3C | 0 | 29 | 39 | 2D | 11 | 28 | 27 |
| Octal | 215 | 123 | 74 | 0 | 51 | 71 | 55 | 21 | 50 | 47 |
| Binary | 10001101 | 1010011 | 111100 | 0 | 101001 | 111001 | 101101 | 10001 | 101000 | 100111 |
Color Harmonies of #8D533C
Complementary color
Monochromatic Colors of #8D533C
Black with #8D533C
Text Example
Text Example
White with #8D533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D533C; }
p { color: rgb(141,83,60); }
H1.HeaderClassName
{
color: #8D533C;
}
.AnyTagClassName
{
color: #8D533C;
}
</style>
background-color css
<style>
a { background-color: #8D533C; }
a { background-color: rgb(141,83,60); }
div.DivClassName
{
background-color: #8D533C;
}
.BgClassName
{
background-color: #8D533C;
}
</style>
border-color css
<style>
span { border-color: #8D533C; }
span { border-color: rgb(141,83,60); }
td.TdClassName
{
border-color: #8D533C;
}
.TagClassName
{
border-color: #8D533C;
}
</style>