#856547

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

Shades of Dark Wood #856547

Tints of Dark Wood #856547

Color information

#856547 (or 0x856547) is unknown color: approx Dark Wood. HEX triplet: 85, 65 and 47. RGB value is (133,101,71). Sum of RGB (Red+Green+Blue) = 133+101+71=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #856547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856547 is #7A9AB8. Grayscale: #6B6B6B. Windows color (decimal): -8035001 or 4679045. OLE color: 4679045.

HSL color Cylindrical-coordinate representation of color #856547: hue angle of 29.03º 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 #856547 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB13310171-
CMYK00.240.470.48
HSL29.03º30.39%40%-
HSV(B)29.03º46.62%52.16%-
XYZ15.4614.757.99-
YUV107.15107.6146.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=43.61%
G=33.11%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331017100.240.470.4829.0330.3940
Hex8565470182F301d1e28
Octal2051451070305760353650
Binary10000101110010110001110110001011111100001110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856547; }

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

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

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

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

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

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

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

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