#856444

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

Shades of Dark Wood #856444

Tints of Dark Wood #856444

Color information

#856444 (or 0x856444) is unknown color: approx Dark Wood. HEX triplet: 85, 64 and 44. RGB value is (133,100,68). Sum of RGB (Red+Green+Blue) = 133+100+68=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856444 is #7A9BBB. Grayscale: #6A6A6A. Windows color (decimal): -8035260 or 4482181. OLE color: 4482181.

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

Color convert

RGB13310068-
CMYK00.250.490.48
HSL29.54º32.34%39.41%-
HSV(B)29.54º48.87%52.16%-
XYZ15.2714.527.47-
YUV106.22106.43147.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 68 (26.95% from 255) = 22.59%
R=44.19%
G=33.22%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331006800.250.490.4829.5432.3439.41
Hex85644401931301e2027
Octal2051441040316160364047
Binary100001011100100100010001100111000111000011110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856444; }

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

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

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

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

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

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

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

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