#856D43

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

Shades of Shadow #856D43

Tints of Shadow #856D43

Color information

#856D43 (or 0x856D43) is unknown color: approx Shadow. HEX triplet: 85, 6D and 43. RGB value is (133,109,67). Sum of RGB (Red+Green+Blue) = 133+109+67=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #856D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D43 is #7A92BC. Grayscale: #6F6F6F. Windows color (decimal): -8032957 or 4418949. OLE color: 4418949.

HSL color Cylindrical-coordinate representation of color #856D43: hue angle of 38.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #856D43 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB13310967-
CMYK00.180.500.48
HSL38.18º33%39.22%-
HSV(B)38.18º49.62%52.16%-
XYZ16.1516.337.61-
YUV111.39102.95143.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=43.04%
G=35.28%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331096700.180.500.4838.183339.22
Hex856D430123230262127
Octal2051551030226260464147
Binary1000010111011011000011010010110010110000100110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856D43; }

 p { color: rgb(133,109,67); }

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

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

 a { background-color: rgb(133,109,67); }

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

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

 span { border-color: rgb(133,109,67); }

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