#865E45

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

Shades of Dark Wood #865E45

Tints of Dark Wood #865E45

Color information

#865E45 (or 0x865E45) is unknown color: approx Dark Wood. HEX triplet: 86, 5E and 45. RGB value is (134,94,69). Sum of RGB (Red+Green+Blue) = 134+94+69=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #865E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E45 is #79A1BA. Grayscale: #676767. Windows color (decimal): -7971259 or 4546182. OLE color: 4546182.

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

Color convert

RGB1349469-
CMYK00.300.490.47
HSL23.08º32.02%39.8%-
HSV(B)23.08º48.51%52.55%-
XYZ14.9113.57.45-
YUV103.11108.75150.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 94 (37.11% from 255) = 31.65%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=45.12%
G=31.65%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134946900.300.490.4723.0832.0239.8
Hex865E4501E312F172028
Octal2061361050366157274050
Binary100001101011110100010101111011000110111110111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,94,69); }

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

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

 a { background-color: rgb(134,94,69); }

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

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

 span { border-color: rgb(134,94,69); }

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