Color Hex Logo

#816813 Color Hex

#816813
(129,104,19)
0 Favorites   0 Comments

Color spaces of #816813

RGB 12910419
HSL0.130.740.29
HSV46°85°51°
CMYK 0.000.190.85   0.49
XYZ14.121114.61482.6928
Yxy14.61480.44930.4650
Hunter Lab38.2293-0.967222.5842
CIE-Lab45.10201.446747.0784

#816813 color RGB value is (129,104,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101000 00010011
Octal 201 150 23
Decimal 129 104 19
Hex 81 68 13

RGB Percentages of Color #816813

%51.19
%41.27
%7.54

CMYK Percentages of Color #816813

%0
%19
%85
%49

Triadic Colors of #816813

#816813 #138168 #681381

Analogous Colors of #816813

#816813 #638113 #813113

Monochromatic Colors of #816813

#816813

Complementary Color

#816813 #132c81

#816813 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816813 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816813 Color CSS Codes

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

#816813 Text Font Color

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

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


#816813 Background Color

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

This div background color is #816813


#816813 Border Color

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

This div border color is #816813


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816813


Comments

No comments written yet.

Please login to write comment.