#865F47

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

Shades of Dark Wood #865F47

Tints of Dark Wood #865F47

Color information

#865F47 (or 0x865F47) is unknown color: approx Dark Wood. HEX triplet: 86, 5F and 47. RGB value is (134,95,71). Sum of RGB (Red+Green+Blue) = 134+95+71=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #865F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F47 is #79A0B8. Grayscale: #686868. Windows color (decimal): -7971001 or 4677510. OLE color: 4677510.

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

Color convert

RGB1349571-
CMYK00.290.470.47
HSL22.86º30.73%40.2%-
HSV(B)22.86º47.01%52.55%-
XYZ15.0613.717.81-
YUV103.92109.42149.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 71 (28.12% from 255) = 23.67%
R=44.67%
G=31.67%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134957100.290.470.4722.8630.7340.2
Hex865F4701D2F2F171f28
Octal2061371070355757273750
Binary10000110101111110001110111011011111011111011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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