#857C34

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

Shades of Pesto #857C34

Tints of Pesto #857C34

Color information

#857C34 (or 0x857C34) is unknown color: approx Pesto. HEX triplet: 85, 7C and 34. RGB value is (133,124,52). Sum of RGB (Red+Green+Blue) = 133+124+52=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #857C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C34 is #7A83CB. Grayscale: #767676. Windows color (decimal): -8029132 or 3439749. OLE color: 3439749.

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

Color convert

RGB13312452-
CMYK00.070.610.48
HSL53.33º43.78%36.27%-
HSV(B)53.33º60.9%52.16%-
XYZ17.519.656.12-
YUV118.4890.48138.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 52 (20.70% from 255) = 16.83%
R=43.04%
G=40.13%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331245200.070.610.4853.3343.7836.27
Hex857C34073D30352c24
Octal20517464077560655444
Binary1000010111111001101000111111101110000110101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,124,52); }

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

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

 a { background-color: rgb(133,124,52); }

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

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

 span { border-color: rgb(133,124,52); }

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