#895740

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

Shades of Rope #895740

Tints of Rope #895740

Color information

#895740 (or 0x895740) is unknown color: approx Rope. HEX triplet: 89, 57 and 40. RGB value is (137,87,64). Sum of RGB (Red+Green+Blue) = 137+87+64=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #895740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895740 is #76A8BF. Grayscale: #636363. Windows color (decimal): -7776448 or 4216713. OLE color: 4216713.

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

Color convert

RGB1378764-
CMYK00.360.530.46
HSL18.9º36.32%39.41%-
HSV(B)18.9º53.28%53.73%-
XYZ14.6512.56.49-
YUV99.33108.06154.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.57%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=47.57%
G=30.21%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137876400.360.530.4618.936.3239.41
Hex895740024352E132427
Octal2111271000446556234447
Binary1000100110101111000000010010011010110111010011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895740; }

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

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

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

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

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

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

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

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