#857649

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

Shades of Shadow #857649

Tints of Shadow #857649

Color information

#857649 (or 0x857649) is unknown color: approx Shadow. HEX triplet: 85, 76 and 49. RGB value is (133,118,73). Sum of RGB (Red+Green+Blue) = 133+118+73=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #857649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857649 is #7A89B6. Grayscale: #757575. Windows color (decimal): -8030647 or 4814469. OLE color: 4814469.

HSL color Cylindrical-coordinate representation of color #857649: hue angle of 45º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #857649 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB13311873-
CMYK00.110.450.48
HSL45º29.13%40.39%-
HSV(B)45º45.11%52.16%-
XYZ17.3518.428.94-
YUV117.35102.97139.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 118 (46.48% from 255) = 36.42%
BLUE value IS 73 (28.91% from 255) = 22.53%
R=41.05%
G=36.42%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331187300.110.450.484529.1340.39
Hex8576490B2D302d1d28
Octal2051661110135560553550
Binary10000101111011010010010101110110111000010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857649; }

 p { color: rgb(133,118,73); }

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

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

 a { background-color: rgb(133,118,73); }

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

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

 span { border-color: rgb(133,118,73); }

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