#885B44

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

Shades of Dark Wood #885B44

Tints of Dark Wood #885B44

Color information

#885B44 (or 0x885B44) is unknown color: approx Dark Wood. HEX triplet: 88, 5B and 44. RGB value is (136,91,68). Sum of RGB (Red+Green+Blue) = 136+91+68=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #885B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B44 is #77A4BB. Grayscale: #656565. Windows color (decimal): -7840956 or 4479880. OLE color: 4479880.

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

Color convert

RGB1369168-
CMYK00.330.500.47
HSL20.29º33.33%40%-
HSV(B)20.29º50%53.33%-
XYZ14.9413.137.22-
YUV101.83108.91152.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 68 (26.95% from 255) = 23.05%
R=46.10%
G=30.85%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136916800.330.500.4720.2933.3340
Hex885B44021322F142128
Octal2101331040416257244150
Binary1000100010110111000100010000111001010111110100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,91,68); }

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

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

 a { background-color: rgb(136,91,68); }

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

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

 span { border-color: rgb(136,91,68); }

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