#807220

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

Shades of Pesto #807220

Tints of Pesto #807220

Color information

#807220 (or 0x807220) is unknown color: approx Pesto. HEX triplet: 80, 72 and 20. RGB value is (128,114,32). Sum of RGB (Red+Green+Blue) = 128+114+32=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #807220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807220 is #7F8DDF. Grayscale: #6D6D6D. Windows color (decimal): -8359392 or 2126464. OLE color: 2126464.

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

Color convert

RGB12811432-
CMYK00.110.750.50
HSL51.25º60%31.37%-
HSV(B)51.25º75%50.2%-
XYZ15.1816.733.8-
YUV108.8484.64141.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=46.72%
G=41.61%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281143200.110.750.5051.256031.37
Hex8072200B4B32333c1f
Octal2001624001311362637437
Binary10000000111001010000001011100101111001011001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807220; }

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

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

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

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

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

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

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

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