#857551

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

Shades of Shadow #857551

Tints of Shadow #857551

Color information

#857551 (or 0x857551) is unknown color: approx Shadow. HEX triplet: 85, 75 and 51. RGB value is (133,117,81). Sum of RGB (Red+Green+Blue) = 133+117+81=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #857551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857551 is #7A8AAE. Grayscale: #757575. Windows color (decimal): -8030895 or 5338501. OLE color: 5338501.

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

Color convert

RGB13311781-
CMYK00.120.390.48
HSL41.54º24.3%41.96%-
HSV(B)41.54º39.1%52.16%-
XYZ17.5218.310.39-
YUV117.68107.3138.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=40.18%
G=35.35%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331178100.120.390.4841.5424.341.96
Hex8575510C27302a182a
Octal2051651210144760523052
Binary10000101111010110100010110010011111000010101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857551; }

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

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

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

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

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

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

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

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