#895742

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

Shades of Rope #895742

Tints of Rope #895742

Color information

#895742 (or 0x895742) is unknown color: approx Rope. HEX triplet: 89, 57 and 42. RGB value is (137,87,66). Sum of RGB (Red+Green+Blue) = 137+87+66=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #895742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895742 is #76A8BD. Grayscale: #636363. Windows color (decimal): -7776446 or 4347785. OLE color: 4347785.

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

Color convert

RGB1378766-
CMYK00.360.520.46
HSL17.75º34.98%39.8%-
HSV(B)17.75º51.82%53.73%-
XYZ14.7112.536.8-
YUV99.56109.06154.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.24%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=47.24%
G=30%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137876600.360.520.4617.7534.9839.8
Hex895742024342E122328
Octal2111271020446456224350
Binary1000100110101111000010010010011010010111010010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895742; }

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

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

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

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

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

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

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

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