#857527

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

Shades of Pesto #857527

Tints of Pesto #857527

Color information

#857527 (or 0x857527) is unknown color: approx Pesto. HEX triplet: 85, 75 and 27. RGB value is (133,117,39). Sum of RGB (Red+Green+Blue) = 133+117+39=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #857527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857527 is #7A8AD8. Grayscale: #717171. Windows color (decimal): -8030937 or 2585989. OLE color: 2585989.

HSL color Cylindrical-coordinate representation of color #857527: hue angle of 49.79º degrees, saturation: 0.55, 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 #857527 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB13311739-
CMYK00.120.710.48
HSL49.79º54.65%33.73%-
HSV(B)49.79º70.68%52.16%-
XYZ16.417.864.5-
YUV112.8986.3142.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 39 (15.62% from 255) = 13.49%
R=46.02%
G=40.48%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331173900.120.710.4849.7954.6533.73
Hex8575270C4730323722
Octal2051654701410760626742
Binary100001011110101100111011001000111110000110010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857527; }

 p { color: rgb(133,117,39); }

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

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

 a { background-color: rgb(133,117,39); }

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

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

 span { border-color: rgb(133,117,39); }

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