#807920

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

Shades of Pesto #807920

Tints of Pesto #807920

Color information

#807920 (or 0x807920) is unknown color: approx Pesto. HEX triplet: 80, 79 and 20. RGB value is (128,121,32). Sum of RGB (Red+Green+Blue) = 128+121+32=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #807920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807920 is #7F86DF. Grayscale: #717171. Windows color (decimal): -8357600 or 2128256. OLE color: 2128256.

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

Color convert

RGB12812132-
CMYK00.050.750.50
HSL55.62º60%31.37%-
HSV(B)55.62º75%50.2%-
XYZ1618.374.07-
YUV112.9582.32138.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 32 (12.89% from 255) = 11.39%
R=45.55%
G=43.06%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281213200.050.750.5055.626031.37
Hex807920054B32383c1f
Octal200171400511362707437
Binary1000000011110011000000101100101111001011100011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807920; }

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

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

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

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

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

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

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

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