#857553

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

Shades of Shadow #857553

Tints of Shadow #857553

Color information

#857553 (or 0x857553) is unknown color: approx Shadow. HEX triplet: 85, 75 and 53. RGB value is (133,117,83). Sum of RGB (Red+Green+Blue) = 133+117+83=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #857553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857553 is #7A8AAC. Grayscale: #767676. Windows color (decimal): -8030893 or 5469573. OLE color: 5469573.

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

Color convert

RGB13311783-
CMYK00.120.380.48
HSL40.8º23.15%42.35%-
HSV(B)40.8º37.59%52.16%-
XYZ17.618.3310.79-
YUV117.91108.3138.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=39.94%
G=35.14%
B=24.92%

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
Decimal1331178300.120.380.4840.823.1542.35
Hex8575530C263029172a
Octal2051651230144660512752
Binary10000101111010110100110110010011011000010100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857553; }

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

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

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

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

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

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

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

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