#8D6847

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

Shades of Dark Wood #8D6847

Tints of Dark Wood #8D6847

Color information

#8D6847 (or 0x8D6847) is unknown color: approx Dark Wood. HEX triplet: 8D, 68 and 47. RGB value is (141,104,71). Sum of RGB (Red+Green+Blue) = 141+104+71=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6847 is #7297B8. Grayscale: #6F6F6F. Windows color (decimal): -7509945 or 4679821. OLE color: 4679821.

HSL color Cylindrical-coordinate representation of color #8D6847: hue angle of 28.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D6847 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB14110471-
CMYK00.260.500.45
HSL28.29º33.02%41.57%-
HSV(B)28.29º49.65%55.29%-
XYZ17.0716.028.15-
YUV111.3105.26149.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 71 (28.12% from 255) = 22.47%
R=44.62%
G=32.91%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411047100.260.500.4528.2933.0241.57
Hex8D684701A322D1c212a
Octal2151501070326255344152
Binary100011011101000100011101101011001010110111100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6847; }

 p { color: rgb(141,104,71); }

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

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

 a { background-color: rgb(141,104,71); }

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

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

 span { border-color: rgb(141,104,71); }

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