Shades of Rope #8D583A
Tints of Rope #8D583A
RGB
CMYK
RGB Variations
Color information
#8D583A (or 0x8D583A) is known color: Rope. HEX triplet: 8D, 58 and 3A. RGB value is (141,88,58). Sum of RGB (Red+Green+Blue) = 141+88+58=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D583A is #72A7C5. Grayscale: #646464. Windows color (decimal): -7514054 or 3823757. OLE color: 3823757.
HSL color Cylindrical-coordinate representation of color #8D583A: hue angle of 21.69º 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 #8D583A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 58 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.45 |
| HSL | 21.69º | 0.42% | 0.39% | - |
| HSV(B) | 21.69º | 0.59% | 0.55% | - |
| XYZ | 15.24 | 12.95 | 5.7 | - |
| YUV | 100.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 58 | 0 | 0.38 | 0.59 | 0.45 | 21.69 | 0.42 | 0.39 |
| Hex | 8D | 58 | 3A | 0 | 26 | 3B | 2D | 16 | 2A | 27 |
| Octal | 215 | 130 | 72 | 0 | 46 | 73 | 55 | 26 | 52 | 47 |
| Binary | 10001101 | 1011000 | 111010 | 0 | 100110 | 111011 | 101101 | 10110 | 101010 | 100111 |
Color Harmonies of #8D583A
Complementary color
Monochromatic Colors of #8D583A
Black with #8D583A
Text Example
Text Example
White with #8D583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D583A; }
p { color: rgb(141,88,58); }
H1.HeaderClassName
{
color: #8D583A;
}
.AnyTagClassName
{
color: #8D583A;
}
</style>
background-color css
<style>
a { background-color: #8D583A; }
a { background-color: rgb(141,88,58); }
div.DivClassName
{
background-color: #8D583A;
}
.BgClassName
{
background-color: #8D583A;
}
</style>
border-color css
<style>
span { border-color: #8D583A; }
span { border-color: rgb(141,88,58); }
td.TdClassName
{
border-color: #8D583A;
}
.TagClassName
{
border-color: #8D583A;
}
</style>