#857546

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

Shades of Shadow #857546

Tints of Shadow #857546

Color information

#857546 (or 0x857546) is unknown color: approx Shadow. HEX triplet: 85, 75 and 46. RGB value is (133,117,70). Sum of RGB (Red+Green+Blue) = 133+117+70=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #857546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857546 is #7A8AB9. Grayscale: #747474. Windows color (decimal): -8030906 or 4617605. OLE color: 4617605.

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

Color convert

RGB13311770-
CMYK00.120.470.48
HSL44.76º31.03%39.8%-
HSV(B)44.76º47.37%52.16%-
XYZ17.1418.158.39-
YUV116.43101.8139.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 70 (27.73% from 255) = 21.88%
R=41.56%
G=36.56%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331177000.120.470.4844.7631.0339.8
Hex8575460C2F302d1f28
Octal2051651060145760553750
Binary10000101111010110001100110010111111000010110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857546; }

 p { color: rgb(133,117,70); }

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

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

 a { background-color: rgb(133,117,70); }

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

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

 span { border-color: rgb(133,117,70); }

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