#895F40

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

Shades of Dark Wood #895F40

Tints of Dark Wood #895F40

Color information

#895F40 (or 0x895F40) is unknown color: approx Dark Wood. HEX triplet: 89, 5F and 40. RGB value is (137,95,64). Sum of RGB (Red+Green+Blue) = 137+95+64=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #895F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F40 is #76A0BF. Grayscale: #686868. Windows color (decimal): -7774400 or 4218761. OLE color: 4218761.

HSL color Cylindrical-coordinate representation of color #895F40: hue angle of 25.48º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #895F40 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1379564-
CMYK00.310.530.46
HSL25.48º36.32%39.41%-
HSV(B)25.48º53.28%53.73%-
XYZ15.3313.876.72-
YUV104.02105.41151.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.28%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=46.28%
G=32.09%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137956400.310.530.4625.4836.3239.41
Hex895F4001F352E192427
Octal2111371000376556314447
Binary100010011011111100000001111111010110111011001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895F40; }

 p { color: rgb(137,95,64); }

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

<style>
 a { background-color: #895F40; }

 a { background-color: rgb(137,95,64); }

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

<style>
 span { border-color: #895F40; }

 span { border-color: rgb(137,95,64); }

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