#885F44

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

Shades of Dark Wood #885F44

Tints of Dark Wood #885F44

Color information

#885F44 (or 0x885F44) is unknown color: approx Dark Wood. HEX triplet: 88, 5F and 44. RGB value is (136,95,68). Sum of RGB (Red+Green+Blue) = 136+95+68=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #885F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F44 is #77A0BB. Grayscale: #686868. Windows color (decimal): -7839932 or 4480904. OLE color: 4480904.

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

Color convert

RGB1369568-
CMYK00.300.500.47
HSL23.82º33.33%40%-
HSV(B)23.82º50%53.33%-
XYZ15.2913.847.33-
YUV104.18107.58150.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 68 (26.95% from 255) = 22.74%
R=45.48%
G=31.77%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136956800.300.500.4723.8233.3340
Hex885F4401E322F182128
Octal2101371040366257304150
Binary100010001011111100010001111011001010111111000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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