#857C2E

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

Shades of Pesto #857C2E

Tints of Pesto #857C2E

Color information

#857C2E (or 0x857C2E) is unknown color: approx Pesto. HEX triplet: 85, 7C and 2E. RGB value is (133,124,46). Sum of RGB (Red+Green+Blue) = 133+124+46=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #857C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C2E is #7A83D1. Grayscale: #767676. Windows color (decimal): -8029138 or 3046533. OLE color: 3046533.

HSL color Cylindrical-coordinate representation of color #857C2E: hue angle of 53.79º degrees, saturation: 0.49, 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 #857C2E is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13312446-
CMYK00.070.650.48
HSL53.79º48.6%35.1%-
HSV(B)53.79º65.41%52.16%-
XYZ17.3719.65.45-
YUV117.887.48138.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 46 (18.36% from 255) = 15.18%
R=43.89%
G=40.92%
B=15.18%

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
Decimal1331244600.070.650.4853.7948.635.1
Hex857C2E074130363123
Octal205174560710160666143
Binary10000101111110010111001111000001110000110110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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