#807720

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

Shades of Pesto #807720

Tints of Pesto #807720

Color information

#807720 (or 0x807720) is unknown color: approx Pesto. HEX triplet: 80, 77 and 20. RGB value is (128,119,32). Sum of RGB (Red+Green+Blue) = 128+119+32=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #807720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807720 is #7F88DF. Grayscale: #707070. Windows color (decimal): -8358112 or 2127744. OLE color: 2127744.

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

Color convert

RGB12811932-
CMYK00.070.750.50
HSL54.37º60%31.37%-
HSV(B)54.37º75%50.2%-
XYZ15.7617.893.99-
YUV111.7782.98139.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.88%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 32 (12.89% from 255) = 11.47%
R=45.88%
G=42.65%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281193200.070.750.5054.376031.37
Hex807720074B32363c1f
Octal200167400711362667437
Binary1000000011101111000000111100101111001011011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807720; }

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

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

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

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

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

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

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

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