#856C4B

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

Shades of Shadow #856C4B

Tints of Shadow #856C4B

Color information

#856C4B (or 0x856C4B) is unknown color: approx Shadow. HEX triplet: 85, 6C and 4B. RGB value is (133,108,75). Sum of RGB (Red+Green+Blue) = 133+108+75=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #856C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C4B is #7A93B4. Grayscale: #6F6F6F. Windows color (decimal): -8033205 or 4942981. OLE color: 4942981.

HSL color Cylindrical-coordinate representation of color #856C4B: hue angle of 34.14º degrees, saturation: 0.28, 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 #856C4B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13310875-
CMYK00.190.440.48
HSL34.14º27.88%40.78%-
HSV(B)34.14º43.61%52.16%-
XYZ16.3116.228.93-
YUV111.71107.28143.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 75 (29.69% from 255) = 23.73%
R=42.09%
G=34.18%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331087500.190.440.4834.1427.8840.78
Hex856C4B0132C30221c29
Octal2051541130235460423451
Binary100001011101100100101101001110110011000010001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,108,75); }

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

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

 a { background-color: rgb(133,108,75); }

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

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

 span { border-color: rgb(133,108,75); }

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