#857F33

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

Shades of Pesto #857F33

Tints of Pesto #857F33

Color information

#857F33 (or 0x857F33) is unknown color: approx Pesto. HEX triplet: 85, 7F and 33. RGB value is (133,127,51). Sum of RGB (Red+Green+Blue) = 133+127+51=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #857F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857F33 is #7A80CC. Grayscale: #787878. Windows color (decimal): -8028365 or 3374981. OLE color: 3374981.

HSL color Cylindrical-coordinate representation of color #857F33: hue angle of 55.61º 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 #857F33 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB13312751-
CMYK00.050.620.48
HSL55.61º44.57%36.08%-
HSV(B)55.61º61.65%52.16%-
XYZ17.8620.46.13-
YUV120.1388.99137.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 127 (50% from 255) = 40.84%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=42.77%
G=40.84%
B=16.40%

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
Decimal1331275100.050.620.4855.6144.5736.08
Hex857F33053E30382d24
Octal20517763057660705544
Binary1000010111111111100110101111110110000111000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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