Shades of Rope #8E5C3A
Tints of Rope #8E5C3A
RGB
CMYK
RGB Variations
Color information
#8E5C3A (or 0x8E5C3A) is known color: Rope. HEX triplet: 8E, 5C and 3A. RGB value is (142,92,58). Sum of RGB (Red+Green+Blue) = 142+92+58=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5C3A is #71A3C5. Grayscale: #676767. Windows color (decimal): -7447494 or 3824782. OLE color: 3824782.
HSL color Cylindrical-coordinate representation of color #8E5C3A: hue angle of 24.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E5C3A is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 92 | 58 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.44 |
| HSL | 24.29º | 0.42% | 0.39% | - |
| HSV(B) | 24.29º | 0.59% | 0.56% | - |
| XYZ | 15.75 | 13.71 | 5.82 | - |
| YUV | 103.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 92 | 58 | 0 | 0.35 | 0.59 | 0.44 | 24.29 | 0.42 | 0.39 |
| Hex | 8E | 5C | 3A | 0 | 23 | 3B | 2C | 18 | 2A | 27 |
| Octal | 216 | 134 | 72 | 0 | 43 | 73 | 54 | 30 | 52 | 47 |
| Binary | 10001110 | 1011100 | 111010 | 0 | 100011 | 111011 | 101100 | 11000 | 101010 | 100111 |
Color Harmonies of #8E5C3A
Complementary color
Monochromatic Colors of #8E5C3A
Black with #8E5C3A
Text Example
Text Example
White with #8E5C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5C3A; }
p { color: rgb(142,92,58); }
H1.HeaderClassName
{
color: #8E5C3A;
}
.AnyTagClassName
{
color: #8E5C3A;
}
</style>
background-color css
<style>
a { background-color: #8E5C3A; }
a { background-color: rgb(142,92,58); }
div.DivClassName
{
background-color: #8E5C3A;
}
.BgClassName
{
background-color: #8E5C3A;
}
</style>
border-color css
<style>
span { border-color: #8E5C3A; }
span { border-color: rgb(142,92,58); }
td.TdClassName
{
border-color: #8E5C3A;
}
.TagClassName
{
border-color: #8E5C3A;
}
</style>