#856447

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

Shades of Dark Wood #856447

Tints of Dark Wood #856447

Color information

#856447 (or 0x856447) is unknown color: approx Dark Wood. HEX triplet: 85, 64 and 47. RGB value is (133,100,71). Sum of RGB (Red+Green+Blue) = 133+100+71=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #856447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856447 is #7A9BB8. Grayscale: #6A6A6A. Windows color (decimal): -8035257 or 4678789. OLE color: 4678789.

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

Color convert

RGB13310071-
CMYK00.250.470.48
HSL28.06º30.39%40%-
HSV(B)28.06º46.62%52.16%-
XYZ15.3714.567.96-
YUV106.56107.93146.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=43.75%
G=32.89%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331007100.250.470.4828.0630.3940
Hex8564470192F301c1e28
Octal2051441070315760343650
Binary10000101110010010001110110011011111100001110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856447; }

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

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

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

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

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

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

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

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