#857648

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

Shades of Shadow #857648

Tints of Shadow #857648

Color information

#857648 (or 0x857648) is unknown color: approx Shadow. HEX triplet: 85, 76 and 48. RGB value is (133,118,72). Sum of RGB (Red+Green+Blue) = 133+118+72=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #857648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857648 is #7A89B7. Grayscale: #757575. Windows color (decimal): -8030648 or 4748933. OLE color: 4748933.

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

Color convert

RGB13311872-
CMYK00.110.460.48
HSL45.25º29.76%40.2%-
HSV(B)45.25º45.86%52.16%-
XYZ17.3218.418.77-
YUV117.24102.47139.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=41.18%
G=36.53%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331187200.110.460.4845.2529.7640.2
Hex8576480B2E302d1e28
Octal2051661100135660553650
Binary10000101111011010010000101110111011000010110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857648; }

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

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

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

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

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

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

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

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