Color Hex Logo

#895941 Color Hex

#895941
(137,89,65)
0 Favorites   0 Comments

Color spaces of #895941

RGB 1378965
HSL0.060.360.40
HSV20°53°54°
CMYK 0.000.350.53   0.46
XYZ14.843012.84486.6980
Yxy12.84480.43170.3735
Hunter Lab35.839611.206514.0072
CIE-Lab42.528516.977621.9600

#895941 color RGB value is (137,89,65).

#895941 hex color red value is 137, green value is 89 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #895941 hue: 0.06 , saturation: 0.36 and the lightness value of 895941 is 0.40.

The process color (four color CMYK) of #895941 color hex is 0.00, 0.35, 0.53, 0.46. Web safe color of #895941 is #996633. Color #895941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011001 01000001
Octal 211 131 101
Decimal 137 89 65
Hex 89 59 41

RGB Percentages of Color #895941

%47.08
%30.58
%22.34

CMYK Percentages of Color #895941

%0
%35
%53
%46

Triadic Colors of #895941

#895941 #418959 #594189

Analogous Colors of #895941

#895941 #897d41 #89414d

Monochromatic Colors of #895941

#895941

Complementary Color

#895941 #417189

#895941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895941 Color CSS Codes

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

#895941 Text Font Color

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

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


#895941 Background Color

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

This div background color is #895941


#895941 Border Color

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

This div border color is #895941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895941


Comments

No comments written yet.

Please login to write comment.