#865F49

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

Shades of Dark Wood #865F49

Tints of Dark Wood #865F49

Color information

#865F49 (or 0x865F49) is unknown color: approx Dark Wood. HEX triplet: 86, 5F and 49. RGB value is (134,95,73). Sum of RGB (Red+Green+Blue) = 134+95+73=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #865F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F49 is #79A0B6. Grayscale: #686868. Windows color (decimal): -7970999 or 4808582. OLE color: 4808582.

HSL color Cylindrical-coordinate representation of color #865F49: hue angle of 21.64º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865F49 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1349573-
CMYK00.290.460.47
HSL21.64º29.47%40.59%-
HSV(B)21.64º45.52%52.55%-
XYZ15.1313.738.16-
YUV104.15110.42149.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 73 (28.91% from 255) = 24.17%
R=44.37%
G=31.46%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134957300.290.460.4721.6429.4740.59
Hex865F4901D2E2F161d29
Octal2061371110355657263551
Binary10000110101111110010010111011011101011111011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865F49; }

 p { color: rgb(134,95,73); }

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

<style>
 a { background-color: #865F49; }

 a { background-color: rgb(134,95,73); }

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

<style>
 span { border-color: #865F49; }

 span { border-color: rgb(134,95,73); }

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