#885F47

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

Shades of Dark Wood #885F47

Tints of Dark Wood #885F47

Color information

#885F47 (or 0x885F47) is unknown color: approx Dark Wood. HEX triplet: 88, 5F and 47. RGB value is (136,95,71). Sum of RGB (Red+Green+Blue) = 136+95+71=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 71 (28.12% from 255 or 23.51% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #885F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F47 is #77A0B8. Grayscale: #686868. Windows color (decimal): -7839929 or 4677512. OLE color: 4677512.

HSL color Cylindrical-coordinate representation of color #885F47: hue angle of 22.15º 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 #885F47 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB1369571-
CMYK00.300.480.47
HSL22.15º31.4%40.59%-
HSV(B)22.15º47.79%53.33%-
XYZ15.3813.877.83-
YUV104.52109.08150.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 71 (28.12% from 255) = 23.51%
R=45.03%
G=31.46%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136957100.300.480.4722.1531.440.59
Hex885F4701E302F161f29
Octal2101371070366057263751
Binary10001000101111110001110111101100001011111011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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