#895840

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

Shades of Rope #895840

Tints of Rope #895840

Color information

#895840 (or 0x895840) is unknown color: approx Rope. HEX triplet: 89, 58 and 40. RGB value is (137,88,64). Sum of RGB (Red+Green+Blue) = 137+88+64=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 137 - color contains mainly: red. Hex color #895840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895840 is #76A7BF. Grayscale: #646464. Windows color (decimal): -7776192 or 4216969. OLE color: 4216969.

HSL color Cylindrical-coordinate representation of color #895840: hue angle of 19.73º 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 #895840 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1378864-
CMYK00.360.530.46
HSL19.73º36.32%39.41%-
HSV(B)19.73º53.28%53.73%-
XYZ14.7312.676.52-
YUV99.92107.73154.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.40%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=47.40%
G=30.45%
B=22.15%

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
Decimal137886400.360.530.4619.7336.3239.41
Hex895840024352E142427
Octal2111301000446556244447
Binary1000100110110001000000010010011010110111010100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895840; }

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

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

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

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

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

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

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

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