Color Hex Logo

#816323 Color Hex

#816323
(129,99,35)
0 Favorites   0 Comments

Color spaces of #816323

RGB 1299935
HSL0.110.570.32
HSV41°73°51°
CMYK 0.000.230.73   0.49
XYZ13.818513.71223.5085
Yxy13.71220.44520.4418
Hunter Lab37.03001.808520.3034
CIE-Lab43.81735.078939.4904

#816323 color RGB value is (129,99,35).

#816323 hex color red value is 129, green value is 99 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #816323 hue: 0.11 , saturation: 0.57 and the lightness value of 816323 is 0.32.

The process color (four color CMYK) of #816323 color hex is 0.00, 0.23, 0.73, 0.49. Web safe color of #816323 is #996633. Color #816323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01100011 00100011
Octal 201 143 43
Decimal 129 99 35
Hex 81 63 23

RGB Percentages of Color #816323

%49.05
%37.64
%13.31

CMYK Percentages of Color #816323

%0
%23
%73
%49

Triadic Colors of #816323

#816323 #238163 #632381

Analogous Colors of #816323

#816323 #708123 #813423

Monochromatic Colors of #816323

#816323

Complementary Color

#816323 #234181

#816323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816323 Color CSS Codes

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

#816323 Text Font Color

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

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


#816323 Background Color

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

This div background color is #816323


#816323 Border Color

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

This div border color is #816323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816323


Comments

No comments written yet.

Please login to write comment.