Color Hex Logo

#895526 Color Hex

#895526
(137,85,38)
0 Favorites   0 Comments

Color spaces of #895526

RGB 1378538
HSL0.080.570.34
HSV28°72°54°
CMYK 0.000.380.72   0.46
XYZ13.914911.95533.4079
Yxy11.95530.47530.4083
Hunter Lab34.576411.326618.3598
CIE-Lab41.145017.207635.4971

#895526 color RGB value is (137,85,38).

#895526 hex color red value is 137, green value is 85 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #895526 hue: 0.08 , saturation: 0.57 and the lightness value of 895526 is 0.34.

The process color (four color CMYK) of #895526 color hex is 0.00, 0.38, 0.72, 0.46. Web safe color of #895526 is #996633. Color #895526 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010101 00100110
Octal 211 125 46
Decimal 137 85 38
Hex 89 55 26

RGB Percentages of Color #895526

%52.69
%32.69
%14.62

CMYK Percentages of Color #895526

%0
%38
%72
%46

Triadic Colors of #895526

#895526 #268955 #552689

Analogous Colors of #895526

#895526 #898726 #892629

Monochromatic Colors of #895526

#895526

Complementary Color

#895526 #265a89

#895526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895526 Color CSS Codes

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

#895526 Text Font Color

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

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


#895526 Background Color

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

This div background color is #895526


#895526 Border Color

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

This div border color is #895526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895526


Comments

No comments written yet.

Please login to write comment.