#865B44

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

Shades of Dark Wood #865B44

Tints of Dark Wood #865B44

Color information

#865B44 (or 0x865B44) is unknown color: approx Dark Wood. HEX triplet: 86, 5B and 44. RGB value is (134,91,68). Sum of RGB (Red+Green+Blue) = 134+91+68=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #865B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B44 is #79A4BB. Grayscale: #656565. Windows color (decimal): -7972028 or 4479878. OLE color: 4479878.

HSL color Cylindrical-coordinate representation of color #865B44: hue angle of 20.91º degrees, saturation: 0.33, 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 #865B44 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1349168-
CMYK00.320.490.47
HSL20.91º32.67%39.61%-
HSV(B)20.91º49.25%52.55%-
XYZ14.6212.977.2-
YUV101.23109.25151.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 91 (35.94% from 255) = 31.06%
BLUE value IS 68 (26.95% from 255) = 23.21%
R=45.73%
G=31.06%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134916800.320.490.4720.9132.6739.61
Hex865B44020312F152128
Octal2061331040406157254150
Binary1000011010110111000100010000011000110111110101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,91,68); }

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

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

 a { background-color: rgb(134,91,68); }

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

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

 span { border-color: rgb(134,91,68); }

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