Color Hex Logo

#897920 Color Hex

#897920
(137,121,32)
0 Favorites   0 Comments

Color spaces of #897920

RGB 13712132
HSL0.140.620.33
HSV51°77°54°
CMYK 0.000.120.77   0.46
XYZ17.414619.09744.1348
Yxy19.09740.42840.4698
Hunter Lab43.7006-5.344124.9806
CIE-Lab50.8010-3.950447.9495

#897920 color RGB value is (137,121,32).

#897920 hex color red value is 137, green value is 121 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #897920 hue: 0.14 , saturation: 0.62 and the lightness value of 897920 is 0.33.

The process color (four color CMYK) of #897920 color hex is 0.00, 0.12, 0.77, 0.46. Web safe color of #897920 is #996633. Color #897920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111001 00100000
Octal 211 171 40
Decimal 137 121 32
Hex 89 79 20

RGB Percentages of Color #897920

%47.24
%41.72
%11.03

CMYK Percentages of Color #897920

%0
%12
%77
%46

Triadic Colors of #897920

#897920 #208979 #792089

Analogous Colors of #897920

#897920 #658920 #894520

Monochromatic Colors of #897920

#897920

Complementary Color

#897920 #203089

#897920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897920 Color CSS Codes

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

#897920 Text Font Color

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

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


#897920 Background Color

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

This div background color is #897920


#897920 Border Color

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

This div border color is #897920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897920


Comments

No comments written yet.

Please login to write comment.