#857A33

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

Shades of Pesto #857A33

Tints of Pesto #857A33

Color information

#857A33 (or 0x857A33) is unknown color: approx Pesto. HEX triplet: 85, 7A and 33. RGB value is (133,122,51). Sum of RGB (Red+Green+Blue) = 133+122+51=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #857A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857A33 is #7A85CC. Grayscale: #757575. Windows color (decimal): -8029645 or 3373701. OLE color: 3373701.

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

Color convert

RGB13312251-
CMYK00.080.620.48
HSL51.95º44.57%36.08%-
HSV(B)51.95º61.65%52.16%-
XYZ17.2319.145.92-
YUV117.290.64139.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=43.46%
G=39.87%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331225100.080.620.4851.9544.5736.08
Hex857A33083E30342d24
Octal205172630107660645544
Binary10000101111101011001101000111110110000110100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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