Shades of Rope #8E5538
Tints of Rope #8E5538
RGB
CMYK
RGB Variations
Color information
#8E5538 (or 0x8E5538) is known color: Rope. HEX triplet: 8E, 55 and 38. RGB value is (142,85,56). Sum of RGB (Red+Green+Blue) = 142+85+56=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5538 is #71AAC7. Grayscale: #626262. Windows color (decimal): -7449288 or 3691918. OLE color: 3691918.
HSL color Cylindrical-coordinate representation of color #8E5538: hue angle of 20.23º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E5538 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 56 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.44 |
| HSL | 20.23º | 0.43% | 0.39% | - |
| HSV(B) | 20.23º | 0.61% | 0.56% | - |
| XYZ | 15.12 | 12.53 | 5.36 | - |
| YUV | 98.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 56 | 0 | 0.40 | 0.61 | 0.44 | 20.23 | 0.43 | 0.39 |
| Hex | 8E | 55 | 38 | 0 | 28 | 3D | 2C | 14 | 2B | 27 |
| Octal | 216 | 125 | 70 | 0 | 50 | 75 | 54 | 24 | 53 | 47 |
| Binary | 10001110 | 1010101 | 111000 | 0 | 101000 | 111101 | 101100 | 10100 | 101011 | 100111 |
Color Harmonies of #8E5538
Complementary color
Monochromatic Colors of #8E5538
Black with #8E5538
Text Example
Text Example
White with #8E5538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5538; }
p { color: rgb(142,85,56); }
H1.HeaderClassName
{
color: #8E5538;
}
.AnyTagClassName
{
color: #8E5538;
}
</style>
background-color css
<style>
a { background-color: #8E5538; }
a { background-color: rgb(142,85,56); }
div.DivClassName
{
background-color: #8E5538;
}
.BgClassName
{
background-color: #8E5538;
}
</style>
border-color css
<style>
span { border-color: #8E5538; }
span { border-color: rgb(142,85,56); }
td.TdClassName
{
border-color: #8E5538;
}
.TagClassName
{
border-color: #8E5538;
}
</style>