#807A39

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

Shades of Pesto #807A39

Tints of Pesto #807A39

Color information

#807A39 (or 0x807A39) is unknown color: approx Pesto. HEX triplet: 80, 7A and 39. RGB value is (128,122,57). Sum of RGB (Red+Green+Blue) = 128+122+57=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #807A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807A39 is #7F85C6. Grayscale: #747474. Windows color (decimal): -8357319 or 3766912. OLE color: 3766912.

HSL color Cylindrical-coordinate representation of color #807A39: hue angle of 54.93º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #807A39 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB12812257-
CMYK00.050.550.50
HSL54.93º38.38%36.27%-
HSV(B)54.93º55.47%50.2%-
XYZ16.618.86.63-
YUV116.3894.49136.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 122 (48.05% from 255) = 39.74%
BLUE value IS 57 (22.66% from 255) = 18.57%
R=41.69%
G=39.74%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281225700.050.550.5054.9338.3836.27
Hex807A39053732372624
Octal20017271056762674644
Binary1000000011110101110010101110111110010110111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807A39; }

 p { color: rgb(128,122,57); }

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

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

 a { background-color: rgb(128,122,57); }

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

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

 span { border-color: rgb(128,122,57); }

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