#816A47

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

Shades of Shadow #816A47

Tints of Shadow #816A47

Color information

#816A47 (or 0x816A47) is unknown color: approx Shadow. HEX triplet: 81, 6A and 47. RGB value is (129,106,71). Sum of RGB (Red+Green+Blue) = 129+106+71=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #816A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816A47 is #7E95B8. Grayscale: #6D6D6D. Windows color (decimal): -8295865 or 4680321. OLE color: 4680321.

HSL color Cylindrical-coordinate representation of color #816A47: hue angle of 36.21º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #816A47 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB12910671-
CMYK00.180.450.49
HSL36.21º29%39.22%-
HSV(B)36.21º44.96%50.59%-
XYZ15.3415.438.13-
YUV108.89106.62142.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 71 (28.12% from 255) = 23.20%
R=42.16%
G=34.64%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291067100.180.450.4936.212939.22
Hex816A470122D31241d27
Octal2011521070225561443547
Binary100000011101010100011101001010110111000110010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,106,71); }

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

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

 a { background-color: rgb(129,106,71); }

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

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

 span { border-color: rgb(129,106,71); }

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