#895D45

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

Shades of Dark Wood #895D45

Tints of Dark Wood #895D45

Color information

#895D45 (or 0x895D45) is unknown color: approx Dark Wood. HEX triplet: 89, 5D and 45. RGB value is (137,93,69). Sum of RGB (Red+Green+Blue) = 137+93+69=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #895D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D45 is #76A2BA. Grayscale: #676767. Windows color (decimal): -7774907 or 4545929. OLE color: 4545929.

HSL color Cylindrical-coordinate representation of color #895D45: hue angle of 21.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #895D45 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB1379369-
CMYK00.320.500.46
HSL21.18º33.01%40.39%-
HSV(B)21.18º49.64%53.73%-
XYZ15.3113.587.44-
YUV103.42108.58151.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.82%
GREEN value IS 93 (36.72% from 255) = 31.10%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=45.82%
G=31.10%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137936900.320.500.4621.1833.0140.39
Hex895D45020322E152128
Octal2111351050406256254150
Binary1000100110111011000101010000011001010111010101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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