#856347

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

Shades of Dark Wood #856347

Tints of Dark Wood #856347

Color information

#856347 (or 0x856347) is unknown color: approx Dark Wood. HEX triplet: 85, 63 and 47. RGB value is (133,99,71). Sum of RGB (Red+Green+Blue) = 133+99+71=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #856347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856347 is #7A9CB8. Grayscale: #6A6A6A. Windows color (decimal): -8035513 or 4678533. OLE color: 4678533.

HSL color Cylindrical-coordinate representation of color #856347: hue angle of 27.1º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #856347 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB1339971-
CMYK00.260.470.48
HSL27.1º30.39%40%-
HSV(B)27.1º46.62%52.16%-
XYZ15.2714.377.93-
YUV105.97108.26147.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=43.89%
G=32.67%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133997100.260.470.4827.130.3940
Hex85634701A2F301b1e28
Octal2051431070325760333650
Binary10000101110001110001110110101011111100001101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856347; }

 p { color: rgb(133,99,71); }

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

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

 a { background-color: rgb(133,99,71); }

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

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

 span { border-color: rgb(133,99,71); }

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