#856748

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

Shades of Dark Wood #856748

Tints of Dark Wood #856748

Color information

#856748 (or 0x856748) is unknown color: approx Dark Wood. HEX triplet: 85, 67 and 48. RGB value is (133,103,72). Sum of RGB (Red+Green+Blue) = 133+103+72=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #856748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856748 is #7A98B7. Grayscale: #6C6C6C. Windows color (decimal): -8034488 or 4745093. OLE color: 4745093.

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

Color convert

RGB13310372-
CMYK00.230.460.48
HSL30.49º29.76%40.2%-
HSV(B)30.49º45.86%52.16%-
XYZ15.6915.158.23-
YUV108.44107.44145.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 72 (28.52% from 255) = 23.38%
R=43.18%
G=33.44%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331037200.230.460.4830.4929.7640.2
Hex8567480172E301e1e28
Octal2051471100275660363650
Binary10000101110011110010000101111011101100001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856748; }

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

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

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

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

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

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

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

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