#856549

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

Shades of Dark Wood #856549

Tints of Dark Wood #856549

Color information

#856549 (or 0x856549) is unknown color: approx Dark Wood. HEX triplet: 85, 65 and 49. RGB value is (133,101,73). Sum of RGB (Red+Green+Blue) = 133+101+73=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #856549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856549 is #7A9AB6. Grayscale: #6B6B6B. Windows color (decimal): -8034999 or 4810117. OLE color: 4810117.

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

Color convert

RGB13310173-
CMYK00.240.450.48
HSL28º29.13%40.39%-
HSV(B)28º45.11%52.16%-
XYZ15.5314.778.34-
YUV107.38108.6146.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 101 (39.84% from 255) = 32.90%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=43.32%
G=32.90%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331017300.240.450.482829.1340.39
Hex8565490182D301c1d28
Octal2051451110305560343550
Binary10000101110010110010010110001011011100001110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856549; }

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

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

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

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

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

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

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

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