#807620

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

Shades of Pesto #807620

Tints of Pesto #807620

Color information

#807620 (or 0x807620) is unknown color: approx Pesto. HEX triplet: 80, 76 and 20. RGB value is (128,118,32). Sum of RGB (Red+Green+Blue) = 128+118+32=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #807620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807620 is #7F89DF. Grayscale: #6F6F6F. Windows color (decimal): -8358368 or 2127488. OLE color: 2127488.

HSL color Cylindrical-coordinate representation of color #807620: hue angle of 53.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #807620 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB12811832-
CMYK00.080.750.50
HSL53.75º60%31.37%-
HSV(B)53.75º75%50.2%-
XYZ15.6417.653.95-
YUV111.1983.31139.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 118 (46.48% from 255) = 42.45%
BLUE value IS 32 (12.89% from 255) = 11.51%
R=46.04%
G=42.45%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281183200.080.750.5053.756031.37
Hex807620084B32363c1f
Octal2001664001011362667437
Binary10000000111011010000001000100101111001011011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807620; }

 p { color: rgb(128,118,32); }

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

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

 a { background-color: rgb(128,118,32); }

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

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

 span { border-color: rgb(128,118,32); }

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