#857552

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

Shades of Shadow #857552

Tints of Shadow #857552

Color information

#857552 (or 0x857552) is unknown color: approx Shadow. HEX triplet: 85, 75 and 52. RGB value is (133,117,82). Sum of RGB (Red+Green+Blue) = 133+117+82=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #857552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857552 is #7A8AAD. Grayscale: #757575. Windows color (decimal): -8030894 or 5404037. OLE color: 5404037.

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

Color convert

RGB13311782-
CMYK00.120.380.48
HSL41.18º23.72%42.16%-
HSV(B)41.18º38.35%52.16%-
XYZ17.5618.3210.59-
YUV117.79107.8138.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=40.06%
G=35.24%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331178200.120.380.4841.1823.7242.16
Hex8575520C263029182a
Octal2051651220144660513052
Binary10000101111010110100100110010011011000010100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857552; }

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

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

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

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

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

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

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

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