#857353

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

Shades of Shadow #857353

Tints of Shadow #857353

Color information

#857353 (or 0x857353) is unknown color: approx Shadow. HEX triplet: 85, 73 and 53. RGB value is (133,115,83). Sum of RGB (Red+Green+Blue) = 133+115+83=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #857353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857353 is #7A8CAC. Grayscale: #747474. Windows color (decimal): -8031405 or 5469061. OLE color: 5469061.

HSL color Cylindrical-coordinate representation of color #857353: hue angle of 38.4º 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 #857353 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB13311583-
CMYK00.140.380.48
HSL38.4º23.15%42.35%-
HSV(B)38.4º37.59%52.16%-
XYZ17.3617.8710.72-
YUV116.73108.96139.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=40.18%
G=34.74%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331158300.140.380.4838.423.1542.35
Hex8573530E263026172a
Octal2051631230164660462752
Binary10000101111001110100110111010011011000010011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857353; }

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

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

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

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

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

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

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

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