#857351

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

Shades of Shadow #857351

Tints of Shadow #857351

Color information

#857351 (or 0x857351) is unknown color: approx Shadow. HEX triplet: 85, 73 and 51. RGB value is (133,115,81). Sum of RGB (Red+Green+Blue) = 133+115+81=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #857351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857351 is #7A8CAE. Grayscale: #747474. Windows color (decimal): -8031407 or 5337989. OLE color: 5337989.

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

Color convert

RGB13311581-
CMYK00.140.390.48
HSL39.23º24.3%41.96%-
HSV(B)39.23º39.1%52.16%-
XYZ17.2917.8410.32-
YUV116.51107.96139.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=40.43%
G=34.95%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331158100.140.390.4839.2324.341.96
Hex8573510E273027182a
Octal2051631210164760473052
Binary10000101111001110100010111010011111000010011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857351; }

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

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

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

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

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

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

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

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