#856F44

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

Shades of Shadow #856F44

Tints of Shadow #856F44

Color information

#856F44 (or 0x856F44) is unknown color: approx Shadow. HEX triplet: 85, 6F and 44. RGB value is (133,111,68). Sum of RGB (Red+Green+Blue) = 133+111+68=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #856F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F44 is #7A90BB. Grayscale: #707070. Windows color (decimal): -8032444 or 4484997. OLE color: 4484997.

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

Color convert

RGB13311168-
CMYK00.170.490.48
HSL39.69º32.34%39.41%-
HSV(B)39.69º48.87%52.16%-
XYZ16.416.777.84-
YUV112.68102.79142.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 68 (26.95% from 255) = 21.79%
R=42.63%
G=35.58%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331116800.170.490.4839.6932.3439.41
Hex856F440113130282027
Octal2051571040216160504047
Binary1000010111011111000100010001110001110000101000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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