Color Hex Logo

#825913 Color Hex

#825913
(130,89,19)
0 Favorites   0 Comments

Color spaces of #825913

RGB 1308919
HSL0.110.740.29
HSV38°85°51°
CMYK 0.000.320.85   0.49
XYZ12.895811.93762.2406
Yxy11.93760.47630.4409
Hunter Lab34.55086.159620.3407
CIE-Lab41.116810.732243.6708

#825913 color RGB value is (130,89,19).

#825913 hex color red value is 130, green value is 89 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #825913 hue: 0.11 , saturation: 0.74 and the lightness value of 825913 is 0.29.

The process color (four color CMYK) of #825913 color hex is 0.00, 0.32, 0.85, 0.49. Web safe color of #825913 is #996600. Color #825913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01011001 00010011
Octal 202 131 23
Decimal 130 89 19
Hex 82 59 13

RGB Percentages of Color #825913

%54.62
%37.39
%7.98

CMYK Percentages of Color #825913

%0
%32
%85
%49

Triadic Colors of #825913

#825913 #138259 #591382

Analogous Colors of #825913

#825913 #748213 #822213

Monochromatic Colors of #825913

#825913

Complementary Color

#825913 #133c82

#825913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#825913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#825913 Color CSS Codes

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

#825913 Text Font Color

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

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


#825913 Background Color

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

This div background color is #825913


#825913 Border Color

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

This div border color is #825913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #825913


Comments

No comments written yet.

Please login to write comment.