Shades of Rope #8D553A
Tints of Rope #8D553A
RGB
CMYK
RGB Variations
Color information
#8D553A (or 0x8D553A) is known color: Rope. HEX triplet: 8D, 55 and 3A. RGB value is (141,85,58). Sum of RGB (Red+Green+Blue) = 141+85+58=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D553A is #72AAC5. Grayscale: #626262. Windows color (decimal): -7514822 or 3822989. OLE color: 3822989.
HSL color Cylindrical-coordinate representation of color #8D553A: hue angle of 19.52º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D553A is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 58 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.45 |
| HSL | 19.52º | 0.42% | 0.39% | - |
| HSV(B) | 19.52º | 0.59% | 0.55% | - |
| XYZ | 15 | 12.47 | 5.62 | - |
| YUV | 98.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 58 | 0 | 0.40 | 0.59 | 0.45 | 19.52 | 0.42 | 0.39 |
| Hex | 8D | 55 | 3A | 0 | 28 | 3B | 2D | 14 | 2A | 27 |
| Octal | 215 | 125 | 72 | 0 | 50 | 73 | 55 | 24 | 52 | 47 |
| Binary | 10001101 | 1010101 | 111010 | 0 | 101000 | 111011 | 101101 | 10100 | 101010 | 100111 |
Color Harmonies of #8D553A
Complementary color
Monochromatic Colors of #8D553A
Black with #8D553A
Text Example
Text Example
White with #8D553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D553A; }
p { color: rgb(141,85,58); }
H1.HeaderClassName
{
color: #8D553A;
}
.AnyTagClassName
{
color: #8D553A;
}
</style>
background-color css
<style>
a { background-color: #8D553A; }
a { background-color: rgb(141,85,58); }
div.DivClassName
{
background-color: #8D553A;
}
.BgClassName
{
background-color: #8D553A;
}
</style>
border-color css
<style>
span { border-color: #8D553A; }
span { border-color: rgb(141,85,58); }
td.TdClassName
{
border-color: #8D553A;
}
.TagClassName
{
border-color: #8D553A;
}
</style>