#856947

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

Shades of Shadow #856947

Tints of Shadow #856947

Color information

#856947 (or 0x856947) is unknown color: approx Shadow. HEX triplet: 85, 69 and 47. RGB value is (133,105,71). Sum of RGB (Red+Green+Blue) = 133+105+71=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #856947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856947 is #7A96B8. Grayscale: #6D6D6D. Windows color (decimal): -8033977 or 4680069. OLE color: 4680069.

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

Color convert

RGB13310571-
CMYK00.210.470.48
HSL32.9º30.39%40%-
HSV(B)32.9º46.62%52.16%-
XYZ15.8615.548.13-
YUV109.5106.28144.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 71 (28.12% from 255) = 22.98%
R=43.04%
G=33.98%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331057100.210.470.4832.930.3940
Hex8569470152F30211e28
Octal2051511070255760413650
Binary100001011101001100011101010110111111000010000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856947; }

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

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

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

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

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

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

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

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