Color Hex Logo

#895225 Color Hex

#895225
(137,82,37)
0 Favorites   0 Comments

Color spaces of #895225

RGB 1378237
HSL0.080.570.34
HSV27°73°54°
CMYK 0.000.400.73   0.46
XYZ13.667711.48653.2470
Yxy11.48650.48120.4044
Hunter Lab33.891712.674118.0439
CIE-Lab40.388118.900435.2000

#895225 color RGB value is (137,82,37).

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

The process color (four color CMYK) of #895225 color hex is 0.00, 0.40, 0.73, 0.46. Web safe color of #895225 is #996633. Color #895225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010010 00100101
Octal 211 122 45
Decimal 137 82 37
Hex 89 52 25

RGB Percentages of Color #895225

%53.52
%32.03
%14.45

CMYK Percentages of Color #895225

%0
%40
%73
%46

Triadic Colors of #895225

#895225 #258952 #522589

Analogous Colors of #895225

#895225 #898425 #89252a

Monochromatic Colors of #895225

#895225

Complementary Color

#895225 #255c89

#895225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895225 Color CSS Codes

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

#895225 Text Font Color

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

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


#895225 Background Color

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

This div background color is #895225


#895225 Border Color

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

This div border color is #895225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895225


Comments

No comments written yet.

Please login to write comment.