#816547

Color #816547 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #816547

Tints of Dark Wood #816547

Color information

#816547 (or 0x816547) is unknown color: approx Dark Wood. HEX triplet: 81, 65 and 47. RGB value is (129,101,71). Sum of RGB (Red+Green+Blue) = 129+101+71=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #816547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816547 is #7E9AB8. Grayscale: #6A6A6A. Windows color (decimal): -8297145 or 4679041. OLE color: 4679041.

HSL color Cylindrical-coordinate representation of color #816547: hue angle of 31.03º 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 #816547 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB12910171-
CMYK00.220.450.49
HSL31.03º29%39.22%-
HSV(B)31.03º44.96%50.59%-
XYZ14.8414.437.96-
YUV105.95108.28144.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=42.86%
G=33.55%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291017100.220.450.4931.032939.22
Hex8165470162D311f1d27
Octal2011451070265561373547
Binary10000001110010110001110101101011011100011111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816547; }

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

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

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

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

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

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

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

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