#895E40

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

Shades of Dark Wood #895E40

Tints of Dark Wood #895E40

Color information

#895E40 (or 0x895E40) is unknown color: approx Dark Wood. HEX triplet: 89, 5E and 40. RGB value is (137,94,64). Sum of RGB (Red+Green+Blue) = 137+94+64=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #895E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E40 is #76A1BF. Grayscale: #676767. Windows color (decimal): -7774656 or 4218505. OLE color: 4218505.

HSL color Cylindrical-coordinate representation of color #895E40: hue angle of 24.66º 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 #895E40 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB1379464-
CMYK00.310.530.46
HSL24.66º36.32%39.41%-
HSV(B)24.66º53.28%53.73%-
XYZ15.2413.696.69-
YUV103.44105.75151.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 94 (37.11% from 255) = 31.86%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=46.44%
G=31.86%
B=21.69%

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
Decimal137946400.310.530.4624.6636.3239.41
Hex895E4001F352E192427
Octal2111361000376556314447
Binary100010011011110100000001111111010110111011001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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