Color Hex Logo

#895545 Color Hex

#895545
(137,85,69)
0 Favorites   0 Comments

Color spaces of #895545

RGB 1378569
HSL0.040.330.40
HSV14°50°54°
CMYK 0.000.380.50   0.46
XYZ14.639212.24507.2222
Yxy12.24500.42920.3590
Hunter Lab34.992913.437712.2581
CIE-Lab41.602919.729118.3561

#895545 color RGB value is (137,85,69).

#895545 hex color red value is 137, green value is 85 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #895545 hue: 0.04 , saturation: 0.33 and the lightness value of 895545 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010101 01000101
Octal 211 125 105
Decimal 137 85 69
Hex 89 55 45

RGB Percentages of Color #895545

%47.08
%29.21
%23.71

CMYK Percentages of Color #895545

%0
%38
%50
%46

Triadic Colors of #895545

#895545 #458955 #554589

Analogous Colors of #895545

#895545 #897745 #894557

Monochromatic Colors of #895545

#895545

Complementary Color

#895545 #457989

#895545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895545 Color CSS Codes

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

#895545 Text Font Color

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

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


#895545 Background Color

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

This div background color is #895545


#895545 Border Color

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

This div border color is #895545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895545


Comments

No comments written yet.

Please login to write comment.