#857A39

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

Shades of Pesto #857A39

Tints of Pesto #857A39

Color information

#857A39 (or 0x857A39) is unknown color: approx Pesto. HEX triplet: 85, 7A and 39. RGB value is (133,122,57). Sum of RGB (Red+Green+Blue) = 133+122+57=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #857A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A39 is #7A85C6. Grayscale: #767676. Windows color (decimal): -8029639 or 3766917. OLE color: 3766917.

HSL color Cylindrical-coordinate representation of color #857A39: hue angle of 51.32º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #857A39 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB13312257-
CMYK00.080.570.48
HSL51.32º40%37.25%-
HSV(B)51.32º57.14%52.16%-
XYZ17.3719.26.66-
YUV117.8893.64138.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 57 (22.66% from 255) = 18.27%
R=42.63%
G=39.10%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331225700.080.570.4851.324037.25
Hex857A39083930332825
Octal205172710107160635045
Binary10000101111101011100101000111001110000110011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857A39; }

 p { color: rgb(133,122,57); }

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

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

 a { background-color: rgb(133,122,57); }

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

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

 span { border-color: rgb(133,122,57); }

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