#856E4A

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

Shades of Shadow #856E4A

Tints of Shadow #856E4A

Color information

#856E4A (or 0x856E4A) is unknown color: approx Shadow. HEX triplet: 85, 6E and 4A. RGB value is (133,110,74). Sum of RGB (Red+Green+Blue) = 133+110+74=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #856E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E4A is #7A91B5. Grayscale: #707070. Windows color (decimal): -8032694 or 4877957. OLE color: 4877957.

HSL color Cylindrical-coordinate representation of color #856E4A: hue angle of 36.61º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #856E4A is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13311074-
CMYK00.170.440.48
HSL36.61º28.5%40.59%-
HSV(B)36.61º44.36%52.16%-
XYZ16.4816.638.82-
YUV112.77106.12142.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=41.96%
G=34.70%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331107400.170.440.4836.6128.540.59
Hex856E4A0112C30251d29
Octal2051561120215460453551
Binary100001011101110100101001000110110011000010010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,110,74); }

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

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

 a { background-color: rgb(133,110,74); }

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

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

 span { border-color: rgb(133,110,74); }

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