Color Hex Logo

#895331 Color Hex

#895331
(137,83,49)
0 Favorites   0 Comments

Color spaces of #895331

RGB 1378349
HSL0.060.470.36
HSV23°64°54°
CMYK 0.000.390.64   0.46
XYZ13.964211.72664.4332
Yxy11.72660.46360.3893
Hunter Lab34.244112.862216.2953
CIE-Lab40.778319.099229.0892

#895331 color RGB value is (137,83,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010011 00110001
Octal 211 123 61
Decimal 137 83 49
Hex 89 53 31

RGB Percentages of Color #895331

%50.93
%30.86
%18.22

CMYK Percentages of Color #895331

%0
%39
%64
%46

Triadic Colors of #895331

#895331 #318953 #533189

Analogous Colors of #895331

#895331 #897f31 #89313b

Monochromatic Colors of #895331

#895331

Complementary Color

#895331 #316789

#895331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895331 Color CSS Codes

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

#895331 Text Font Color

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

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


#895331 Background Color

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

This div background color is #895331


#895331 Border Color

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

This div border color is #895331


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,83,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 #895331">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895331


Comments

No comments written yet.

Please login to write comment.