Color Hex Logo

#895642 Color Hex

#895642
(137,86,66)
0 Favorites   0 Comments

Color spaces of #895642

RGB 1378666
HSL0.050.350.40
HSV17°52°54°
CMYK 0.000.370.52   0.46
XYZ14.627712.36736.7704
Yxy12.36730.43320.3663
Hunter Lab35.167212.704113.2025
CIE-Lab41.794018.835020.4103

#895642 color RGB value is (137,86,66).

#895642 hex color red value is 137, green value is 86 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #895642 hue: 0.05 , saturation: 0.35 and the lightness value of 895642 is 0.40.

The process color (four color CMYK) of #895642 color hex is 0.00, 0.37, 0.52, 0.46. Web safe color of #895642 is #996633. Color #895642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010110 01000010
Octal 211 126 102
Decimal 137 86 66
Hex 89 56 42

RGB Percentages of Color #895642

%47.40
%29.76
%22.84

CMYK Percentages of Color #895642

%0
%37
%52
%46

Triadic Colors of #895642

#895642 #428956 #564289

Analogous Colors of #895642

#895642 #897a42 #894251

Monochromatic Colors of #895642

#895642

Complementary Color

#895642 #427589

#895642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895642 Color CSS Codes

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

#895642 Text Font Color

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

This sample text font color is #895642
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.


#895642 Background Color

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

This div background color is #895642


#895642 Border Color

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

This div border color is #895642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895642


Comments

No comments written yet.

Please login to write comment.