Color Hex Logo

#894319 Color Hex

#894319
(137,67,25)
0 Favorites   0 Comments

Color spaces of #894319

RGB 1376725
HSL0.060.690.32
HSV23°82°54°
CMYK 0.000.510.82   0.46
XYZ12.49929.40292.0759
Yxy9.40290.52130.3921
Hunter Lab30.664119.097217.4511
CIE-Lab36.748726.898737.5169

#894319 color RGB value is (137,67,25).

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

The process color (four color CMYK) of #894319 color hex is 0.00, 0.51, 0.82, 0.46. Web safe color of #894319 is #993300. Color #894319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000011 00011001
Octal 211 103 31
Decimal 137 67 25
Hex 89 43 19

RGB Percentages of Color #894319

%59.83
%29.26
%10.92

CMYK Percentages of Color #894319

%0
%51
%82
%46

Triadic Colors of #894319

#894319 #198943 #431989

Analogous Colors of #894319

#894319 #897b19 #891927

Monochromatic Colors of #894319

#894319

Complementary Color

#894319 #195f89

#894319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894319 Color CSS Codes

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

#894319 Text Font Color

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

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


#894319 Background Color

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

This div background color is #894319


#894319 Border Color

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

This div border color is #894319


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,67,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 #894319">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894319


Comments

No comments written yet.

Please login to write comment.