#856B4A

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

Shades of Shadow #856B4A

Tints of Shadow #856B4A

Color information

#856B4A (or 0x856B4A) is unknown color: approx Shadow. HEX triplet: 85, 6B and 4A. RGB value is (133,107,74). Sum of RGB (Red+Green+Blue) = 133+107+74=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #856B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B4A is #7A94B5. Grayscale: #6F6F6F. Windows color (decimal): -8033462 or 4877189. OLE color: 4877189.

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

Color convert

RGB13310774-
CMYK00.200.440.48
HSL33.56º28.5%40.59%-
HSV(B)33.56º44.36%52.16%-
XYZ16.17168.71-
YUV111.01107.11143.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=42.36%
G=34.08%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331077400.200.440.4833.5628.540.59
Hex856B4A0142C30221d29
Octal2051531120245460423551
Binary100001011101011100101001010010110011000010001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,107,74); }

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

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

 a { background-color: rgb(133,107,74); }

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

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

 span { border-color: rgb(133,107,74); }

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