#8E5742

Color #8E5742 Rope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rope #8E5742

Tints of Rope #8E5742

Color information

#8E5742 (or 0x8E5742) is unknown color: approx Rope. HEX triplet: 8E, 57 and 42. RGB value is (142,87,66). Sum of RGB (Red+Green+Blue) = 142+87+66=295 (39% of max value = 765). Red value is 142 (55.86% from 255 or 48.14% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5742 is #71A8BD. Grayscale: #656565. Windows color (decimal): -7448766 or 4347790. OLE color: 4347790.

HSL color Cylindrical-coordinate representation of color #8E5742: hue angle of 16.58º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E5742 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB1428766-
CMYK00.390.540.44
HSL16.58º36.54%40.78%-
HSV(B)16.58º53.52%55.69%-
XYZ15.5512.966.84-
YUV101.05108.22157.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 48.14%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=48.14%
G=29.49%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142876600.390.540.4416.5836.5440.78
Hex8E5742027362C112529
Octal2161271020476654214551
Binary1000111010101111000010010011111011010110010001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E5742; }

 p { color: rgb(142,87,66); }

 H1.HeaderClassName
 {
   color: #8E5742;
 }
 .AnyTagClassName
 {
   color: #8E5742;
 }
</style>
background-color css

<style>
 a { background-color: #8E5742; }

 a { background-color: rgb(142,87,66); }

 div.DivClassName
 {
   background-color: #8E5742;
 }
 .BgClassName
 {
   background-color: #8E5742;
 }
</style>
border-color css

<style>
 span { border-color: #8E5742; }

 span { border-color: rgb(142,87,66); }

 td.TdClassName
 {
   border-color: #8E5742;
 }
 .TagClassName
 {
   border-color: #8E5742;
 }
</style>