Color Hex Logo

#813820 Color Hex

#813820
(129,56,32)
0 Favorites   0 Comments

Color spaces of #813820

RGB 1295632
HSL0.040.600.32
HSV15°75°51°
CMYK 0.000.570.75   0.49
XYZ10.72817.59982.2680
Yxy7.59980.52090.3690
Hunter Lab27.567721.220514.4196
CIE-Lab33.135129.848429.6868

#813820 color RGB value is (129,56,32).

#813820 hex color red value is 129, green value is 56 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #813820 hue: 0.04 , saturation: 0.60 and the lightness value of 813820 is 0.32.

The process color (four color CMYK) of #813820 color hex is 0.00, 0.57, 0.75, 0.49. Web safe color of #813820 is #993333. Color #813820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00111000 00100000
Octal 201 70 40
Decimal 129 56 32
Hex 81 38 20

RGB Percentages of Color #813820

%59.45
%25.81
%14.75

CMYK Percentages of Color #813820

%0
%57
%75
%49

Triadic Colors of #813820

#813820 #208138 #382081

Analogous Colors of #813820

#813820 #816920 #812039

Monochromatic Colors of #813820

#813820

Complementary Color

#813820 #206981

#813820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#813820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#813820 Color CSS Codes

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

#813820 Text Font Color

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

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


#813820 Background Color

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

This div background color is #813820


#813820 Border Color

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

This div border color is #813820


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,56,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #813820; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #813820;
  -webkit-box-shadow: 1px 1px 3px 2px #813820;
  box-shadow:         1px 1px 3px 2px #813820; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,56,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #813820


Comments

No comments written yet.

Please login to write comment.