#856345

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

Shades of Dark Wood #856345

Tints of Dark Wood #856345

Color information

#856345 (or 0x856345) is unknown color: approx Dark Wood. HEX triplet: 85, 63 and 45. RGB value is (133,99,69). Sum of RGB (Red+Green+Blue) = 133+99+69=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856345 is #7A9CBA. Grayscale: #696969. Windows color (decimal): -8035515 or 4547461. OLE color: 4547461.

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

Color convert

RGB1339969-
CMYK00.260.480.48
HSL28.12º31.68%39.61%-
HSV(B)28.12º48.12%52.16%-
XYZ15.2114.347.6-
YUV105.75107.26147.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=44.19%
G=32.89%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133996900.260.480.4828.1231.6839.61
Hex85634501A30301c2028
Octal2051431050326060344050
Binary100001011100011100010101101011000011000011100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856345; }

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

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

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

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

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

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

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

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