#895D41

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

Shades of Dark Wood #895D41

Tints of Dark Wood #895D41

Color information

#895D41 (or 0x895D41) is unknown color: approx Dark Wood. HEX triplet: 89, 5D and 41. RGB value is (137,93,65). Sum of RGB (Red+Green+Blue) = 137+93+65=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #895D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D41 is #76A2BE. Grayscale: #676767. Windows color (decimal): -7774911 or 4283785. OLE color: 4283785.

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

Color convert

RGB1379365-
CMYK00.320.530.46
HSL23.33º35.64%39.61%-
HSV(B)23.33º52.55%53.73%-
XYZ15.1913.536.81-
YUV102.96106.58152.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=46.44%
G=31.53%
B=22.03%

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
Decimal137936500.320.530.4623.3335.6439.61
Hex895D41020352E172428
Octal2111351010406556274450
Binary1000100110111011000001010000011010110111010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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