Color Hex Logo

#894716 Color Hex

#894716
(137,71,22)
0 Favorites   0 Comments

Color spaces of #894716

RGB 1377122
HSL0.070.720.31
HSV26°84°54°
CMYK 0.000.480.84   0.46
XYZ12.71469.88281.9965
Yxy9.88280.51700.4018
Hunter Lab31.436917.179418.2404
CIE-Lab37.631324.546939.7285

#894716 color RGB value is (137,71,22).

#894716 hex color red value is 137, green value is 71 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #894716 hue: 0.07 , saturation: 0.72 and the lightness value of 894716 is 0.31.

The process color (four color CMYK) of #894716 color hex is 0.00, 0.48, 0.84, 0.46. Web safe color of #894716 is #993300. Color #894716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000111 00010110
Octal 211 107 26
Decimal 137 71 22
Hex 89 47 16

RGB Percentages of Color #894716

%59.57
%30.87
%9.57

CMYK Percentages of Color #894716

%0
%48
%84
%46

Triadic Colors of #894716

#894716 #168947 #471689

Analogous Colors of #894716

#894716 #898116 #89161e

Monochromatic Colors of #894716

#894716

Complementary Color

#894716 #165889

#894716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894716 Color CSS Codes

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

#894716 Text Font Color

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

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


#894716 Background Color

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

This div background color is #894716


#894716 Border Color

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

This div border color is #894716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894716


Comments

No comments written yet.

Please login to write comment.