#816E52

Color #816E52 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #816E52

Tints of Shadow #816E52

Color information

#816E52 (or 0x816E52) is unknown color: approx Shadow. HEX triplet: 81, 6E and 52. RGB value is (129,110,82). Sum of RGB (Red+Green+Blue) = 129+110+82=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #816E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E52 is #7E91AD. Grayscale: #707070. Windows color (decimal): -8294830 or 5402241. OLE color: 5402241.

HSL color Cylindrical-coordinate representation of color #816E52: hue angle of 35.74º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #816E52 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB12911082-
CMYK00.150.360.49
HSL35.74º22.27%41.37%-
HSV(B)35.74º36.43%50.59%-
XYZ16.1516.4310.3-
YUV112.49110.79139.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 40.19%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 82 (32.42% from 255) = 25.55%
R=40.19%
G=34.27%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291108200.150.360.4935.7422.2741.37
Hex816E520F2431241629
Octal2011561220174461442651
Binary10000001110111010100100111110010011000110010010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816E52; }

 p { color: rgb(129,110,82); }

 H1.HeaderClassName
 {
   color: #816E52;
 }
 .AnyTagClassName
 {
   color: #816E52;
 }
</style>
background-color css

<style>
 a { background-color: #816E52; }

 a { background-color: rgb(129,110,82); }

 div.DivClassName
 {
   background-color: #816E52;
 }
 .BgClassName
 {
   background-color: #816E52;
 }
</style>
border-color css

<style>
 span { border-color: #816E52; }

 span { border-color: rgb(129,110,82); }

 td.TdClassName
 {
   border-color: #816E52;
 }
 .TagClassName
 {
   border-color: #816E52;
 }
</style>