Color Hex Logo

#895749 Color Hex

#895749
(137,87,73)
0 Favorites   0 Comments

Color spaces of #895749

RGB 1378773
HSL0.040.300.41
HSV13°47°54°
CMYK 0.000.360.47   0.46
XYZ14.927312.61587.9517
Yxy12.61580.42050.3554
Hunter Lab35.518712.859611.5897
CIE-Lab42.178618.994616.7097

#895749 color RGB value is (137,87,73).

#895749 hex color red value is 137, green value is 87 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #895749 hue: 0.04 , saturation: 0.30 and the lightness value of 895749 is 0.41.

The process color (four color CMYK) of #895749 color hex is 0.00, 0.36, 0.47, 0.46. Web safe color of #895749 is #996633. Color #895749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010111 01001001
Octal 211 127 111
Decimal 137 87 73
Hex 89 57 49

RGB Percentages of Color #895749

%46.13
%29.29
%24.58

CMYK Percentages of Color #895749

%0
%36
%47
%46

Triadic Colors of #895749

#895749 #498957 #574989

Analogous Colors of #895749

#895749 #897749 #89495b

Monochromatic Colors of #895749

#895749

Complementary Color

#895749 #497b89

#895749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895749 Color CSS Codes

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

#895749 Text Font Color

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

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


#895749 Background Color

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

This div background color is #895749


#895749 Border Color

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

This div border color is #895749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895749


Comments

No comments written yet.

Please login to write comment.