#865C44

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

Shades of Dark Wood #865C44

Tints of Dark Wood #865C44

Color information

#865C44 (or 0x865C44) is unknown color: approx Dark Wood. HEX triplet: 86, 5C and 44. RGB value is (134,92,68). Sum of RGB (Red+Green+Blue) = 134+92+68=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #865C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C44 is #79A3BB. Grayscale: #656565. Windows color (decimal): -7971772 or 4480134. OLE color: 4480134.

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

Color convert

RGB1349268-
CMYK00.310.490.47
HSL21.82º32.67%39.61%-
HSV(B)21.82º49.25%52.55%-
XYZ14.713.147.23-
YUV101.82108.91150.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 68 (26.95% from 255) = 23.13%
R=45.58%
G=31.29%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134926800.310.490.4721.8232.6739.61
Hex865C4401F312F162128
Octal2061341040376157264150
Binary100001101011100100010001111111000110111110110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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