#857453

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

Shades of Shadow #857453

Tints of Shadow #857453

Color information

#857453 (or 0x857453) is unknown color: approx Shadow. HEX triplet: 85, 74 and 53. RGB value is (133,116,83). Sum of RGB (Red+Green+Blue) = 133+116+83=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #857453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857453 is #7A8BAC. Grayscale: #757575. Windows color (decimal): -8031149 or 5469317. OLE color: 5469317.

HSL color Cylindrical-coordinate representation of color #857453: hue angle of 39.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #857453 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13311683-
CMYK00.130.380.48
HSL39.6º23.15%42.35%-
HSV(B)39.6º37.59%52.16%-
XYZ17.4818.110.76-
YUV117.32108.63139.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 83 (32.81% from 255) = 25%
R=40.06%
G=34.94%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331168300.130.380.4839.623.1542.35
Hex8574530D263028172a
Octal2051641230154660502752
Binary10000101111010010100110110110011011000010100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857453; }

 p { color: rgb(133,116,83); }

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

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

 a { background-color: rgb(133,116,83); }

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

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

 span { border-color: rgb(133,116,83); }

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