Color Hex Logo

#895655 Color Hex

#895655
(137,86,85)
0 Favorites   0 Comments

Color spaces of #895655

RGB 1378685
HSL0.000.230.44
HSV38°54°
CMYK 0.000.370.38   0.46
XYZ15.284012.629810.2266
Yxy12.62980.40070.3311
Hunter Lab35.538414.57527.8155
CIE-Lab42.200121.03379.4331

#895655 color RGB value is (137,86,85).

#895655 hex color red value is 137, green value is 86 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #895655 hue: 0.00 , saturation: 0.23 and the lightness value of 895655 is 0.44.

The process color (four color CMYK) of #895655 color hex is 0.00, 0.37, 0.38, 0.46. Web safe color of #895655 is #996666. Color #895655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010110 01010101
Octal 211 126 125
Decimal 137 86 85
Hex 89 56 55

RGB Percentages of Color #895655

%44.48
%27.92
%27.60

CMYK Percentages of Color #895655

%0
%37
%38
%46

Triadic Colors of #895655

#895655 #558956 #565589

Analogous Colors of #895655

#895655 #897055 #89556e

Monochromatic Colors of #895655

#895655

Complementary Color

#895655 #558889

#895655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895655 Color CSS Codes

.mybgcolor {background-color:#895655; } 
.myforecolor {color:#895655; }
.mybordercolor {border:3px solid #895655; }

#895655 Text Font Color

<p style="color:#895655">Text here</p>

This sample text font color is #895655
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#895655 Background Color

<div style="background-color:#895655">
Div content here</div>

This div background color is #895655


#895655 Border Color

<div style="border:3px solid #895655">
Div here</div>

This div border color is #895655


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,86,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #895655; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #895655;
  -webkit-box-shadow: 1px 1px 3px 2px #895655;
  box-shadow:         1px 1px 3px 2px #895655; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,86,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #895655">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #895655;
  -webkit-box-shadow: 1px 1px 3px 2px #895655;
  box-shadow:         1px 1px 3px 2px #895655;">
Div content here</div>

This div box has shadow with color #895655


Comments

No comments written yet.

Please login to write comment.