#857726

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

Shades of Pesto #857726

Tints of Pesto #857726

Color information

#857726 (or 0x857726) is unknown color: approx Pesto. HEX triplet: 85, 77 and 26. RGB value is (133,119,38). Sum of RGB (Red+Green+Blue) = 133+119+38=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #857726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857726 is #7A88D9. Grayscale: #727272. Windows color (decimal): -8030426 or 2520965. OLE color: 2520965.

HSL color Cylindrical-coordinate representation of color #857726: hue angle of 51.16º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #857726 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB13311938-
CMYK00.110.710.48
HSL51.16º55.56%33.53%-
HSV(B)51.16º71.43%52.16%-
XYZ16.6218.324.49-
YUV113.9585.14141.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 119 (46.88% from 255) = 41.03%
BLUE value IS 38 (15.23% from 255) = 13.10%
R=45.86%
G=41.03%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331193800.110.710.4851.1655.5633.53
Hex8577260B4730333822
Octal2051674601310760637042
Binary100001011110111100110010111000111110000110011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857726; }

 p { color: rgb(133,119,38); }

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

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

 a { background-color: rgb(133,119,38); }

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

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

 span { border-color: rgb(133,119,38); }

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