#857E33

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

Shades of Pesto #857E33

Tints of Pesto #857E33

Color information

#857E33 (or 0x857E33) is unknown color: approx Pesto. HEX triplet: 85, 7E and 33. RGB value is (133,126,51). Sum of RGB (Red+Green+Blue) = 133+126+51=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #857E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E33 is #7A81CC. Grayscale: #777777. Windows color (decimal): -8028621 or 3374725. OLE color: 3374725.

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

Color convert

RGB13312651-
CMYK00.050.620.48
HSL54.88º44.57%36.08%-
HSV(B)54.88º61.65%52.16%-
XYZ17.7320.156.09-
YUV119.5489.32137.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.90%
GREEN value IS 126 (49.61% from 255) = 40.65%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=42.90%
G=40.65%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331265100.050.620.4854.8844.5736.08
Hex857E33053E30372d24
Octal20517663057660675544
Binary1000010111111101100110101111110110000110111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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