Color Hex Logo

#892513 Color Hex

#892513
(137,37,19)
0 Favorites   0 Comments

Color spaces of #892513

RGB 1373719
HSL0.030.760.31
HSV86°54°
CMYK 0.000.730.86   0.46
XYZ11.09566.68851.3223
Yxy6.68850.58070.3501
Hunter Lab25.862131.322915.0721
CIE-Lab31.087041.404935.2132

#892513 color RGB value is (137,37,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100101 00010011
Octal 211 45 23
Decimal 137 37 19
Hex 89 25 13

RGB Percentages of Color #892513

%70.98
%19.17
%9.84

CMYK Percentages of Color #892513

%0
%73
%86
%46

Triadic Colors of #892513

#892513 #138925 #251389

Analogous Colors of #892513

#892513 #896013 #89133c

Monochromatic Colors of #892513

#892513

Complementary Color

#892513 #137789

#892513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#892513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#892513 Color CSS Codes

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

#892513 Text Font Color

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

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


#892513 Background Color

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

This div background color is #892513


#892513 Border Color

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

This div border color is #892513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #892513


Comments

No comments written yet.

Please login to write comment.