#856F51

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

Shades of Shadow #856F51

Tints of Shadow #856F51

Color information

#856F51 (or 0x856F51) is unknown color: approx Shadow. HEX triplet: 85, 6F and 51. RGB value is (133,111,81). Sum of RGB (Red+Green+Blue) = 133+111+81=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #856F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F51 is #7A90AE. Grayscale: #727272. Windows color (decimal): -8032431 or 5336965. OLE color: 5336965.

HSL color Cylindrical-coordinate representation of color #856F51: hue angle of 34.62º 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 #856F51 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB13311181-
CMYK00.170.390.48
HSL34.62º24.3%41.96%-
HSV(B)34.62º39.1%52.16%-
XYZ16.8416.9510.17-
YUV114.16109.29141.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.92%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 81 (32.03% from 255) = 24.92%
R=40.92%
G=34.15%
B=24.92%

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
Decimal1331118100.170.390.4834.6224.341.96
Hex856F51011273023182a
Octal2051571210214760433052
Binary100001011101111101000101000110011111000010001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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