#857456

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

Shades of Shadow #857456

Tints of Shadow #857456

Color information

#857456 (or 0x857456) is unknown color: approx Shadow. HEX triplet: 85, 74 and 56. RGB value is (133,116,86). Sum of RGB (Red+Green+Blue) = 133+116+86=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #857456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857456 is #7A8BA9. Grayscale: #757575. Windows color (decimal): -8031146 or 5665925. OLE color: 5665925.

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

Color convert

RGB13311686-
CMYK00.130.350.48
HSL38.3º21.46%42.94%-
HSV(B)38.3º35.34%52.16%-
XYZ17.618.1511.38-
YUV117.66110.13138.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=39.70%
G=34.63%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331168600.130.350.4838.321.4642.94
Hex8574560D233026152b
Octal2051641260154360462553
Binary10000101111010010101100110110001111000010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857456; }

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

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

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

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

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

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

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

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