#856048

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

Shades of Dark Wood #856048

Tints of Dark Wood #856048

Color information

#856048 (or 0x856048) is unknown color: approx Dark Wood. HEX triplet: 85, 60 and 48. RGB value is (133,96,72). Sum of RGB (Red+Green+Blue) = 133+96+72=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #856048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856048 is #7A9FB7. Grayscale: #686868. Windows color (decimal): -8036280 or 4743301. OLE color: 4743301.

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

Color convert

RGB1339672-
CMYK00.280.460.48
HSL23.61º29.76%40.2%-
HSV(B)23.61º45.86%52.16%-
XYZ15.0313.828.01-
YUV104.33109.76148.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=44.19%
G=31.89%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133967200.280.460.4823.6129.7640.2
Hex85604801C2E30181e28
Octal2051401100345660303650
Binary10000101110000010010000111001011101100001100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856048; }

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

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

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

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

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

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

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

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