#856044

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

Shades of Dark Wood #856044

Tints of Dark Wood #856044

Color information

#856044 (or 0x856044) is unknown color: approx Dark Wood. HEX triplet: 85, 60 and 44. RGB value is (133,96,68). Sum of RGB (Red+Green+Blue) = 133+96+68=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #856044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856044 is #7A9FBB. Grayscale: #686868. Windows color (decimal): -8036284 or 4481157. OLE color: 4481157.

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

Color convert

RGB1339668-
CMYK00.280.490.48
HSL25.85º32.34%39.41%-
HSV(B)25.85º48.87%52.16%-
XYZ14.913.777.34-
YUV103.87107.76148.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=44.78%
G=32.32%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133966800.280.490.4825.8532.3439.41
Hex85604401C31301a2027
Octal2051401040346160324047
Binary100001011100000100010001110011000111000011010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856044; }

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

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

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

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

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

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

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

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