#857A37

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

Shades of Pesto #857A37

Tints of Pesto #857A37

Color information

#857A37 (or 0x857A37) is unknown color: approx Pesto. HEX triplet: 85, 7A and 37. RGB value is (133,122,55). Sum of RGB (Red+Green+Blue) = 133+122+55=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #857A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A37 is #7A85C8. Grayscale: #757575. Windows color (decimal): -8029641 or 3635845. OLE color: 3635845.

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

Color convert

RGB13312255-
CMYK00.080.590.48
HSL51.54º41.49%36.86%-
HSV(B)51.54º58.65%52.16%-
XYZ17.3219.186.4-
YUV117.6592.64138.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 55 (21.88% from 255) = 17.74%
R=42.90%
G=39.35%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331225500.080.590.4851.5441.4936.86
Hex857A37083B30342925
Octal205172670107360645145
Binary10000101111101011011101000111011110000110100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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