Shades of Rope #8E5B3D
Tints of Rope #8E5B3D
RGB
CMYK
RGB Variations
Color information
#8E5B3D (or 0x8E5B3D) is known color: Rope. HEX triplet: 8E, 5B and 3D. RGB value is (142,91,61). Sum of RGB (Red+Green+Blue) = 142+91+61=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5B3D is #71A4C2. Grayscale: #666666. Windows color (decimal): -7447747 or 4021134. OLE color: 4021134.
HSL color Cylindrical-coordinate representation of color #8E5B3D: hue angle of 22.22º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E5B3D is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 91 | 61 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.44 |
| HSL | 22.22º | 0.4% | 0.4% | - |
| HSV(B) | 22.22º | 0.57% | 0.56% | - |
| XYZ | 15.74 | 13.57 | 6.2 | - |
| YUV | 102.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 91 | 61 | 0 | 0.36 | 0.57 | 0.44 | 22.22 | 0.4 | 0.4 |
| Hex | 8E | 5B | 3D | 0 | 24 | 39 | 2C | 16 | 28 | 28 |
| Octal | 216 | 133 | 75 | 0 | 44 | 71 | 54 | 26 | 50 | 50 |
| Binary | 10001110 | 1011011 | 111101 | 0 | 100100 | 111001 | 101100 | 10110 | 101000 | 101000 |
Color Harmonies of #8E5B3D
Complementary color
Monochromatic Colors of #8E5B3D
Black with #8E5B3D
Text Example
Text Example
White with #8E5B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5B3D; }
p { color: rgb(142,91,61); }
H1.HeaderClassName
{
color: #8E5B3D;
}
.AnyTagClassName
{
color: #8E5B3D;
}
</style>
background-color css
<style>
a { background-color: #8E5B3D; }
a { background-color: rgb(142,91,61); }
div.DivClassName
{
background-color: #8E5B3D;
}
.BgClassName
{
background-color: #8E5B3D;
}
</style>
border-color css
<style>
span { border-color: #8E5B3D; }
span { border-color: rgb(142,91,61); }
td.TdClassName
{
border-color: #8E5B3D;
}
.TagClassName
{
border-color: #8E5B3D;
}
</style>