Color Hex Logo

#895224 Color Hex

#895224
(137,82,36)
0 Favorites   0 Comments

Color spaces of #895224

RGB 1378236
HSL0.080.580.34
HSV27°74°54°
CMYK 0.000.400.74   0.46
XYZ13.652311.48033.1654
Yxy11.48030.48240.4057
Hunter Lab33.882612.628418.1788
CIE-Lab40.377918.845735.7065

#895224 color RGB value is (137,82,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010010 00100100
Octal 211 122 44
Decimal 137 82 36
Hex 89 52 24

RGB Percentages of Color #895224

%53.73
%32.16
%14.12

CMYK Percentages of Color #895224

%0
%40
%74
%46

Triadic Colors of #895224

#895224 #248952 #522489

Analogous Colors of #895224

#895224 #898524 #892429

Monochromatic Colors of #895224

#895224

Complementary Color

#895224 #245b89

#895224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895224 Color CSS Codes

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

#895224 Text Font Color

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

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


#895224 Background Color

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

This div background color is #895224


#895224 Border Color

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

This div border color is #895224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895224


Comments

No comments written yet.

Please login to write comment.