#895F41

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

Shades of Dark Wood #895F41

Tints of Dark Wood #895F41

Color information

#895F41 (or 0x895F41) is unknown color: approx Dark Wood. HEX triplet: 89, 5F and 41. RGB value is (137,95,65). Sum of RGB (Red+Green+Blue) = 137+95+65=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #895F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F41 is #76A0BE. Grayscale: #686868. Windows color (decimal): -7774399 or 4284297. OLE color: 4284297.

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

Color convert

RGB1379565-
CMYK00.310.530.46
HSL25º35.64%39.61%-
HSV(B)25º52.55%53.73%-
XYZ15.3613.886.87-
YUV104.14105.91151.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.13%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=46.13%
G=31.99%
B=21.89%

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
Decimal137956500.310.530.462535.6439.61
Hex895F4101F352E192428
Octal2111371010376556314450
Binary100010011011111100000101111111010110111011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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