#816147

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

Shades of Dark Wood #816147

Tints of Dark Wood #816147

Color information

#816147 (or 0x816147) is unknown color: approx Dark Wood. HEX triplet: 81, 61 and 47. RGB value is (129,97,71). Sum of RGB (Red+Green+Blue) = 129+97+71=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #816147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816147 is #7E9EB8. Grayscale: #676767. Windows color (decimal): -8298169 or 4678017. OLE color: 4678017.

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

Color convert

RGB1299771-
CMYK00.250.450.49
HSL26.9º29%39.22%-
HSV(B)26.9º44.96%50.59%-
XYZ14.4713.677.84-
YUV103.6109.6146.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 71 (28.12% from 255) = 23.91%
R=43.43%
G=32.66%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129977100.250.450.4926.92939.22
Hex8161470192D311b1d27
Octal2011411070315561333547
Binary10000001110000110001110110011011011100011101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816147; }

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

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

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

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

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

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

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

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