#885F43

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

Shades of Dark Wood #885F43

Tints of Dark Wood #885F43

Color information

#885F43 (or 0x885F43) is unknown color: approx Dark Wood. HEX triplet: 88, 5F and 43. RGB value is (136,95,67). Sum of RGB (Red+Green+Blue) = 136+95+67=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #885F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F43 is #77A0BC. Grayscale: #686868. Windows color (decimal): -7839933 or 4415368. OLE color: 4415368.

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

Color convert

RGB1369567-
CMYK00.300.510.47
HSL24.35º33.99%39.8%-
HSV(B)24.35º50.74%53.33%-
XYZ15.2613.827.17-
YUV104.07107.08150.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.64%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=45.64%
G=31.88%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136956700.300.510.4724.3533.9939.8
Hex885F4301E332F182228
Octal2101371030366357304250
Binary100010001011111100001101111011001110111111000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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