#885D40

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

Shades of Dark Wood #885D40

Tints of Dark Wood #885D40

Color information

#885D40 (or 0x885D40) is unknown color: approx Dark Wood. HEX triplet: 88, 5D and 40. RGB value is (136,93,64). Sum of RGB (Red+Green+Blue) = 136+93+64=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #885D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D40 is #77A2BF. Grayscale: #666666. Windows color (decimal): -7840448 or 4218248. OLE color: 4218248.

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

Color convert

RGB1369364-
CMYK00.320.530.47
HSL24.17º36%39.22%-
HSV(B)24.17º52.94%53.33%-
XYZ14.9913.436.65-
YUV102.55106.25151.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 93 (36.72% from 255) = 31.74%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=46.42%
G=31.74%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136936400.320.530.4724.173639.22
Hex885D40020352F182427
Octal2101351000406557304447
Binary1000100010111011000000010000011010110111111000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,93,64); }

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

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

 a { background-color: rgb(136,93,64); }

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

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

 span { border-color: rgb(136,93,64); }

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