#895942

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

Shades of Rope #895942

Tints of Rope #895942

Color information

#895942 (or 0x895942) is unknown color: approx Rope. HEX triplet: 89, 59 and 42. RGB value is (137,89,66). Sum of RGB (Red+Green+Blue) = 137+89+66=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #895942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895942 is #76A6BD. Grayscale: #646464. Windows color (decimal): -7775934 or 4348297. OLE color: 4348297.

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

Color convert

RGB1378966-
CMYK00.350.520.46
HSL19.44º34.98%39.8%-
HSV(B)19.44º51.82%53.73%-
XYZ14.8712.866.85-
YUV100.73108.4153.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.92%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=46.92%
G=30.48%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137896600.350.520.4619.4434.9839.8
Hex895942023342E132328
Octal2111311020436456234350
Binary1000100110110011000010010001111010010111010011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895942; }

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

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

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

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

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

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

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

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