#807636

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

Shades of Pesto #807636

Tints of Pesto #807636

Color information

#807636 (or 0x807636) is unknown color: approx Pesto. HEX triplet: 80, 76 and 36. RGB value is (128,118,54). Sum of RGB (Red+Green+Blue) = 128+118+54=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #807636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807636 is #7F89C9. Grayscale: #717171. Windows color (decimal): -8358346 or 3569280. OLE color: 3569280.

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

Color convert

RGB12811854-
CMYK00.080.580.50
HSL51.89º40.66%35.69%-
HSV(B)51.89º57.81%50.2%-
XYZ16.0517.816.08-
YUV113.6994.31138.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 118 (46.48% from 255) = 39.33%
BLUE value IS 54 (21.48% from 255) = 18%
R=42.67%
G=39.33%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281185400.080.580.5051.8940.6635.69
Hex807636083A32342924
Octal200166660107262645144
Binary10000000111011011011001000111010110010110100101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807636; }

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

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

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

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

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

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

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

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