#857627

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

Shades of Pesto #857627

Tints of Pesto #857627

Color information

#857627 (or 0x857627) is unknown color: approx Pesto. HEX triplet: 85, 76 and 27. RGB value is (133,118,39). Sum of RGB (Red+Green+Blue) = 133+118+39=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #857627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857627 is #7A89D8. Grayscale: #717171. Windows color (decimal): -8030681 or 2586245. OLE color: 2586245.

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

Color convert

RGB13311839-
CMYK00.110.710.48
HSL50.43º54.65%33.73%-
HSV(B)50.43º70.68%52.16%-
XYZ16.5218.094.54-
YUV113.4885.97141.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.86%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=45.86%
G=40.69%
B=13.45%

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
Decimal1331183900.110.710.4850.4354.6533.73
Hex8576270B4730323722
Octal2051664701310760626742
Binary100001011110110100111010111000111110000110010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857627; }

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

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

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

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

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

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

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

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