#857C2F

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

Shades of Pesto #857C2F

Tints of Pesto #857C2F

Color information

#857C2F (or 0x857C2F) is unknown color: approx Pesto. HEX triplet: 85, 7C and 2F. RGB value is (133,124,47). Sum of RGB (Red+Green+Blue) = 133+124+47=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #857C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C2F is #7A83D0. Grayscale: #767676. Windows color (decimal): -8029137 or 3112069. OLE color: 3112069.

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

Color convert

RGB13312447-
CMYK00.070.650.48
HSL53.72º47.78%35.29%-
HSV(B)53.72º64.66%52.16%-
XYZ17.3919.615.56-
YUV117.9187.98138.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 47 (18.75% from 255) = 15.46%
R=43.75%
G=40.79%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331244700.070.650.4853.7247.7835.29
Hex857C2F074130363023
Octal205174570710160666043
Binary10000101111110010111101111000001110000110110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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