Shades of Rope #8E5B34
Tints of Rope #8E5B34
RGB
CMYK
RGB Variations
Color information
#8E5B34 (or 0x8E5B34) is known color: Rope. HEX triplet: 8E, 5B and 34. RGB value is (142,91,52). Sum of RGB (Red+Green+Blue) = 142+91+52=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5B34 is #71A4CB. Grayscale: #666666. Windows color (decimal): -7447756 or 3431310. OLE color: 3431310.
HSL color Cylindrical-coordinate representation of color #8E5B34: hue angle of 26º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E5B34 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 91 | 52 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.44 |
| HSL | 26º | 0.46% | 0.38% | - |
| HSV(B) | 26º | 0.63% | 0.56% | - |
| XYZ | 15.52 | 13.48 | 5.03 | - |
| YUV | 101.8 | 99.9 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 91 | 52 | 0 | 0.36 | 0.63 | 0.44 | 26 | 0.46 | 0.38 |
| Hex | 8E | 5B | 34 | 0 | 24 | 3F | 2C | 1A | 2E | 26 |
| Octal | 216 | 133 | 64 | 0 | 44 | 77 | 54 | 32 | 56 | 46 |
| Binary | 10001110 | 1011011 | 110100 | 0 | 100100 | 111111 | 101100 | 11010 | 101110 | 100110 |
Color Harmonies of #8E5B34
Complementary color
Monochromatic Colors of #8E5B34
Black with #8E5B34
Text Example
Text Example
White with #8E5B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5B34; }
p { color: rgb(142,91,52); }
H1.HeaderClassName
{
color: #8E5B34;
}
.AnyTagClassName
{
color: #8E5B34;
}
</style>
background-color css
<style>
a { background-color: #8E5B34; }
a { background-color: rgb(142,91,52); }
div.DivClassName
{
background-color: #8E5B34;
}
.BgClassName
{
background-color: #8E5B34;
}
</style>
border-color css
<style>
span { border-color: #8E5B34; }
span { border-color: rgb(142,91,52); }
td.TdClassName
{
border-color: #8E5B34;
}
.TagClassName
{
border-color: #8E5B34;
}
</style>