#885D45

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

Shades of Dark Wood #885D45

Tints of Dark Wood #885D45

Color information

#885D45 (or 0x885D45) is unknown color: approx Dark Wood. HEX triplet: 88, 5D and 45. RGB value is (136,93,69). Sum of RGB (Red+Green+Blue) = 136+93+69=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #885D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D45 is #77A2BA. Grayscale: #676767. Windows color (decimal): -7840443 or 4545928. OLE color: 4545928.

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

Color convert

RGB1369369-
CMYK00.320.490.47
HSL21.49º32.68%40.2%-
HSV(B)21.49º49.26%53.33%-
XYZ15.1413.497.44-
YUV103.12108.75151.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 69 (27.34% from 255) = 23.15%
R=45.64%
G=31.21%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136936900.320.490.4721.4932.6840.2
Hex885D45020312F152128
Octal2101351050406157254150
Binary1000100010111011000101010000011000110111110101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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