#856E51

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

Shades of Shadow #856E51

Tints of Shadow #856E51

Color information

#856E51 (or 0x856E51) is unknown color: approx Shadow. HEX triplet: 85, 6E and 51. RGB value is (133,110,81). Sum of RGB (Red+Green+Blue) = 133+110+81=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #856E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E51 is #7A91AE. Grayscale: #717171. Windows color (decimal): -8032687 or 5336709. OLE color: 5336709.

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

Color convert

RGB13311081-
CMYK00.170.390.48
HSL33.46º24.3%41.96%-
HSV(B)33.46º39.1%52.16%-
XYZ16.7316.7310.13-
YUV113.57109.62141.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 81 (32.03% from 255) = 25%
R=41.05%
G=33.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331108100.170.390.4833.4624.341.96
Hex856E51011273021182a
Octal2051561210214760413052
Binary100001011101110101000101000110011111000010000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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