Color Hex Logo

#894913 Color Hex

#894913
(137,73,19)
0 Favorites   0 Comments

Color spaces of #894913

RGB 1377319
HSL0.080.760.31
HSV27°86°54°
CMYK 0.000.470.86   0.46
XYZ12.816610.13051.8960
Yxy10.13050.51590.4078
Hunter Lab31.828416.178218.7480
CIE-Lab38.075623.313541.3949

#894913 color RGB value is (137,73,19).

#894913 hex color red value is 137, green value is 73 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #894913 hue: 0.08 , saturation: 0.76 and the lightness value of 894913 is 0.31.

The process color (four color CMYK) of #894913 color hex is 0.00, 0.47, 0.86, 0.46. Web safe color of #894913 is #993300. Color #894913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001001 00010011
Octal 211 111 23
Decimal 137 73 19
Hex 89 49 13

RGB Percentages of Color #894913

%59.83
%31.88
%8.30

CMYK Percentages of Color #894913

%0
%47
%86
%46

Triadic Colors of #894913

#894913 #138949 #491389

Analogous Colors of #894913

#894913 #898413 #891318

Monochromatic Colors of #894913

#894913

Complementary Color

#894913 #135389

#894913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894913 Color CSS Codes

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

#894913 Text Font Color

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

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


#894913 Background Color

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

This div background color is #894913


#894913 Border Color

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

This div border color is #894913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894913


Comments

No comments written yet.

Please login to write comment.