Color Hex Logo

#895219 Color Hex

#895219
(137,82,25)
0 Favorites   0 Comments

Color spaces of #895219

RGB 1378225
HSL0.080.690.32
HSV31°82°54°
CMYK 0.000.400.82   0.46
XYZ13.509311.42312.4126
Yxy11.42310.49400.4177
Hunter Lab33.798112.200919.4264
CIE-Lab40.284118.332540.8672

#895219 color RGB value is (137,82,25).

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

The process color (four color CMYK) of #895219 color hex is 0.00, 0.40, 0.82, 0.46. Web safe color of #895219 is #996600. Color #895219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010010 00011001
Octal 211 122 31
Decimal 137 82 25
Hex 89 52 19

RGB Percentages of Color #895219

%56.15
%33.61
%10.25

CMYK Percentages of Color #895219

%0
%40
%82
%46

Triadic Colors of #895219

#895219 #198952 #521989

Analogous Colors of #895219

#895219 #888919 #891a19

Monochromatic Colors of #895219

#895219

Complementary Color

#895219 #195089

#895219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895219 Color CSS Codes

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

#895219 Text Font Color

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

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


#895219 Background Color

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

This div background color is #895219


#895219 Border Color

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

This div border color is #895219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895219


Comments

No comments written yet.

Please login to write comment.