#885E47

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

Shades of Dark Wood #885E47

Tints of Dark Wood #885E47

Color information

#885E47 (or 0x885E47) is unknown color: approx Dark Wood. HEX triplet: 88, 5E and 47. RGB value is (136,94,71). Sum of RGB (Red+Green+Blue) = 136+94+71=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #885E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E47 is #77A1B8. Grayscale: #686868. Windows color (decimal): -7840185 or 4677256. OLE color: 4677256.

HSL color Cylindrical-coordinate representation of color #885E47: hue angle of 21.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #885E47 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1369471-
CMYK00.310.480.47
HSL21.23º31.4%40.59%-
HSV(B)21.23º47.79%53.33%-
XYZ15.2913.697.8-
YUV103.94109.41150.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=45.18%
G=31.23%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136947100.310.480.4721.2331.440.59
Hex885E4701F302F151f29
Octal2101361070376057253751
Binary10001000101111010001110111111100001011111010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885E47; }

 p { color: rgb(136,94,71); }

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

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

 a { background-color: rgb(136,94,71); }

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

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

 span { border-color: rgb(136,94,71); }

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