#895D40

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

Shades of Dark Wood #895D40

Tints of Dark Wood #895D40

Color information

#895D40 (or 0x895D40) is unknown color: approx Dark Wood. HEX triplet: 89, 5D and 40. RGB value is (137,93,64). Sum of RGB (Red+Green+Blue) = 137+93+64=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #895D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D40 is #76A2BF. Grayscale: #676767. Windows color (decimal): -7774912 or 4218249. OLE color: 4218249.

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

Color convert

RGB1379364-
CMYK00.320.530.46
HSL23.84º36.32%39.41%-
HSV(B)23.84º53.28%53.73%-
XYZ15.1613.526.66-
YUV102.85106.08152.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.60%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=46.60%
G=31.63%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137936400.320.530.4623.8436.3239.41
Hex895D40020352E182427
Octal2111351000406556304447
Binary1000100110111011000000010000011010110111011000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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