#856747

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

Shades of Dark Wood #856747

Tints of Dark Wood #856747

Color information

#856747 (or 0x856747) is unknown color: approx Dark Wood. HEX triplet: 85, 67 and 47. RGB value is (133,103,71). Sum of RGB (Red+Green+Blue) = 133+103+71=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #856747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856747 is #7A98B8. Grayscale: #6C6C6C. Windows color (decimal): -8034489 or 4679557. OLE color: 4679557.

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

Color convert

RGB13310371-
CMYK00.230.470.48
HSL30.97º30.39%40%-
HSV(B)30.97º46.62%52.16%-
XYZ15.6615.148.06-
YUV108.32106.94145.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 103 (40.62% from 255) = 33.55%
BLUE value IS 71 (28.12% from 255) = 23.13%
R=43.32%
G=33.55%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331037100.230.470.4830.9730.3940
Hex8567470172F301f1e28
Octal2051471070275760373650
Binary10000101110011110001110101111011111100001111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856747; }

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

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

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

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

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

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

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

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