#857E35

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

Shades of Pesto #857E35

Tints of Pesto #857E35

Color information

#857E35 (or 0x857E35) is unknown color: approx Pesto. HEX triplet: 85, 7E and 35. RGB value is (133,126,53). Sum of RGB (Red+Green+Blue) = 133+126+53=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #857E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857E35 is #7A81CA. Grayscale: #787878. Windows color (decimal): -8028619 or 3505797. OLE color: 3505797.

HSL color Cylindrical-coordinate representation of color #857E35: hue angle of 54.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #857E35 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB13312653-
CMYK00.050.600.48
HSL54.75º43.01%36.47%-
HSV(B)54.75º60.15%52.16%-
XYZ17.7820.176.32-
YUV119.7790.32137.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=42.63%
G=40.38%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331265300.050.600.4854.7543.0136.47
Hex857E35053C30372b24
Octal20517665057460675344
Binary1000010111111101101010101111100110000110111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,126,53); }

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

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

 a { background-color: rgb(133,126,53); }

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

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

 span { border-color: rgb(133,126,53); }

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