#856f46

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

Shades of Shadow #856F46

Tints of Shadow #856F46

Color information

#856F46 (or 0x856F46) is unknown color: approx Shadow. HEX triplet: 85, 6F and 46. RGB value is (133,111,70). Sum of RGB (Red+Green+Blue) = 133+111+70=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #856F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F46 is #7A90B9. Grayscale: #717171. Windows color (decimal): -8032442 or 4616069. OLE color: 4616069.

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

Color convert

RGB13311170-
CMYK00.170.470.48
HSL39.05º31.03%39.8%-
HSV(B)39.05º47.37%52.16%-
XYZ16.4616.88.17-
YUV112.9103.79142.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=42.36%
G=35.35%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331117000.170.470.4839.0531.0339.8
Hex856F460112F30271f28
Octal2051571060215760473750
Binary100001011101111100011001000110111111000010011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856f46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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