#895D44

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

Shades of Dark Wood #895D44

Tints of Dark Wood #895D44

Color information

#895D44 (or 0x895D44) is unknown color: approx Dark Wood. HEX triplet: 89, 5D and 44. RGB value is (137,93,68). Sum of RGB (Red+Green+Blue) = 137+93+68=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #895D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D44 is #76A2BB. Grayscale: #676767. Windows color (decimal): -7774908 or 4480393. OLE color: 4480393.

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

Color convert

RGB1379368-
CMYK00.320.500.46
HSL21.74º33.66%40.2%-
HSV(B)21.74º50.36%53.73%-
XYZ15.2713.567.28-
YUV103.31108.08152.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 68 (26.95% from 255) = 22.82%
R=45.97%
G=31.21%
B=22.82%

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
Decimal137936800.320.500.4621.7433.6640.2
Hex895D44020322E162228
Octal2111351040406256264250
Binary1000100110111011000100010000011001010111010110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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