#8D6947

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

Shades of Dark Wood #8D6947

Tints of Dark Wood #8D6947

Color information

#8D6947 (or 0x8D6947) is unknown color: approx Dark Wood. HEX triplet: 8D, 69 and 47. RGB value is (141,105,71). Sum of RGB (Red+Green+Blue) = 141+105+71=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6947 is #7296B8. Grayscale: #707070. Windows color (decimal): -7509689 or 4680077. OLE color: 4680077.

HSL color Cylindrical-coordinate representation of color #8D6947: hue angle of 29.14º 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 #8D6947 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB14110571-
CMYK00.260.500.45
HSL29.14º33.02%41.57%-
HSV(B)29.14º49.65%55.29%-
XYZ17.1716.228.19-
YUV111.89104.93148.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.48%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 71 (28.12% from 255) = 22.40%
R=44.48%
G=33.12%
B=22.40%

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
Decimal1411057100.260.500.4529.1433.0241.57
Hex8D694701A322D1d212a
Octal2151511070326255354152
Binary100011011101001100011101101011001010110111101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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