Color Hex Logo

#895913 Color Hex

#895913
(137,89,19)
0 Favorites   0 Comments

Color spaces of #895913

RGB 1378919
HSL0.100.760.31
HSV36°86°54°
CMYK 0.000.350.86   0.46
XYZ14.006412.51012.2926
Yxy12.51010.48620.4342
Hunter Lab35.36968.789320.9157
CIE-Lab42.015614.031244.7998

#895913 color RGB value is (137,89,19).

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

The process color (four color CMYK) of #895913 color hex is 0.00, 0.35, 0.86, 0.46. Web safe color of #895913 is #996600. Color #895913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011001 00010011
Octal 211 131 23
Decimal 137 89 19
Hex 89 59 13

RGB Percentages of Color #895913

%55.92
%36.33
%7.76

CMYK Percentages of Color #895913

%0
%35
%86
%46

Triadic Colors of #895913

#895913 #138959 #591389

Analogous Colors of #895913

#895913 #7e8913 #891e13

Monochromatic Colors of #895913

#895913

Complementary Color

#895913 #134389

#895913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895913 Color CSS Codes

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

#895913 Text Font Color

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

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


#895913 Background Color

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

This div background color is #895913


#895913 Border Color

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

This div border color is #895913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895913


Comments

No comments written yet.

Please login to write comment.