#856F4F

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

Shades of Shadow #856F4F

Tints of Shadow #856F4F

Color information

#856F4F (or 0x856F4F) is unknown color: approx Shadow. HEX triplet: 85, 6F and 4F. RGB value is (133,111,79). Sum of RGB (Red+Green+Blue) = 133+111+79=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #856F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F4F is #7A90B0. Grayscale: #727272. Windows color (decimal): -8032433 or 5205893. OLE color: 5205893.

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

Color convert

RGB13311179-
CMYK00.170.410.48
HSL35.56º25.47%41.57%-
HSV(B)35.56º40.6%52.16%-
XYZ16.7716.929.78-
YUV113.93108.29141.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 79 (31.25% from 255) = 24.46%
R=41.18%
G=34.37%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331117900.170.410.4835.5625.4741.57
Hex856F4F011293024192a
Octal2051571170215160443152
Binary100001011101111100111101000110100111000010010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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