#885F45

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

Shades of Dark Wood #885F45

Tints of Dark Wood #885F45

Color information

#885F45 (or 0x885F45) is unknown color: approx Dark Wood. HEX triplet: 88, 5F and 45. RGB value is (136,95,69). Sum of RGB (Red+Green+Blue) = 136+95+69=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #885F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F45 is #77A0BA. Grayscale: #686868. Windows color (decimal): -7839931 or 4546440. OLE color: 4546440.

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

Color convert

RGB1369569-
CMYK00.300.490.47
HSL23.28º32.68%40.2%-
HSV(B)23.28º49.26%53.33%-
XYZ15.3213.857.5-
YUV104.3108.08150.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 69 (27.34% from 255) = 23%
R=45.33%
G=31.67%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136956900.300.490.4723.2832.6840.2
Hex885F4501E312F172128
Octal2101371050366157274150
Binary100010001011111100010101111011000110111110111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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