#856C4A

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

Shades of Shadow #856C4A

Tints of Shadow #856C4A

Color information

#856C4A (or 0x856C4A) is unknown color: approx Shadow. HEX triplet: 85, 6C and 4A. RGB value is (133,108,74). Sum of RGB (Red+Green+Blue) = 133+108+74=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #856C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C4A is #7A93B5. Grayscale: #6F6F6F. Windows color (decimal): -8033206 or 4877445. OLE color: 4877445.

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

Color convert

RGB13310874-
CMYK00.190.440.48
HSL34.58º28.5%40.59%-
HSV(B)34.58º44.36%52.16%-
XYZ16.2716.218.75-
YUV111.6106.78143.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=42.22%
G=34.29%
B=23.49%

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
Decimal1331087400.190.440.4834.5828.540.59
Hex856C4A0132C30231d29
Octal2051541120235460433551
Binary100001011101100100101001001110110011000010001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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