#857E31

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

Shades of Pesto #857E31

Tints of Pesto #857E31

Color information

#857E31 (or 0x857E31) is unknown color: approx Pesto. HEX triplet: 85, 7E and 31. RGB value is (133,126,49). Sum of RGB (Red+Green+Blue) = 133+126+49=308 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.18% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 133 - color contains mainly: red. Hex color #857E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E31 is #7A81CE. Grayscale: #777777. Windows color (decimal): -8028623 or 3243653. OLE color: 3243653.

HSL color Cylindrical-coordinate representation of color #857E31: hue angle of 55º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #857E31 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB13312649-
CMYK00.050.630.48
HSL55º46.15%35.69%-
HSV(B)55º63.16%52.16%-
XYZ17.6920.135.86-
YUV119.3188.32137.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.18%
GREEN value IS 126 (49.61% from 255) = 40.91%
BLUE value IS 49 (19.53% from 255) = 15.91%
R=43.18%
G=40.91%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331264900.050.630.485546.1535.69
Hex857E31053F30372e24
Octal20517661057760675644
Binary1000010111111101100010101111111110000110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,126,49); }

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

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

 a { background-color: rgb(133,126,49); }

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

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

 span { border-color: rgb(133,126,49); }

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