Color Hex Logo

#895931 Color Hex

#895931
(137,89,49)
0 Favorites   0 Comments

Color spaces of #895931

RGB 1378949
HSL0.080.470.36
HSV27°64°54°
CMYK 0.000.350.64   0.46
XYZ14.443312.68494.5929
Yxy12.68490.45530.3999
Hunter Lab35.615910.059317.2853
CIE-Lab42.284615.589930.8699

#895931 color RGB value is (137,89,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011001 00110001
Octal 211 131 61
Decimal 137 89 49
Hex 89 59 31

RGB Percentages of Color #895931

%49.82
%32.36
%17.82

CMYK Percentages of Color #895931

%0
%35
%64
%46

Triadic Colors of #895931

#895931 #318959 #593189

Analogous Colors of #895931

#895931 #898531 #893135

Monochromatic Colors of #895931

#895931

Complementary Color

#895931 #316189

#895931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895931 Color CSS Codes

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

#895931 Text Font Color

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

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


#895931 Background Color

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

This div background color is #895931


#895931 Border Color

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

This div border color is #895931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895931


Comments

No comments written yet.

Please login to write comment.