#885740

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

Shades of Rope #885740

Tints of Rope #885740

Color information

#885740 (or 0x885740) is unknown color: approx Rope. HEX triplet: 88, 57 and 40. RGB value is (136,87,64). Sum of RGB (Red+Green+Blue) = 136+87+64=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #885740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885740 is #77A8BF. Grayscale: #636363. Windows color (decimal): -7841984 or 4216712. OLE color: 4216712.

HSL color Cylindrical-coordinate representation of color #885740: hue angle of 19.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885740 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1368764-
CMYK00.360.530.47
HSL19.17º36%39.22%-
HSV(B)19.17º52.94%53.33%-
XYZ14.4912.426.48-
YUV99.03108.23154.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=47.39%
G=30.31%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136876400.360.530.4719.173639.22
Hex885740024352F132427
Octal2101271000446557234447
Binary1000100010101111000000010010011010110111110011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885740; }

 p { color: rgb(136,87,64); }

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

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

 a { background-color: rgb(136,87,64); }

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

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

 span { border-color: rgb(136,87,64); }

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