#856544

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

Shades of Dark Wood #856544

Tints of Dark Wood #856544

Color information

#856544 (or 0x856544) is unknown color: approx Dark Wood. HEX triplet: 85, 65 and 44. RGB value is (133,101,68). Sum of RGB (Red+Green+Blue) = 133+101+68=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #856544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856544 is #7A9ABB. Grayscale: #6A6A6A. Windows color (decimal): -8035004 or 4482437. OLE color: 4482437.

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

Color convert

RGB13310168-
CMYK00.240.490.48
HSL30.46º32.34%39.41%-
HSV(B)30.46º48.87%52.16%-
XYZ15.3714.717.5-
YUV106.81106.1146.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 101 (39.84% from 255) = 33.44%
BLUE value IS 68 (26.95% from 255) = 22.52%
R=44.04%
G=33.44%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331016800.240.490.4830.4632.3439.41
Hex85654401831301e2027
Octal2051451040306160364047
Binary100001011100101100010001100011000111000011110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856544; }

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

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

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

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

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

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

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

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