#807539

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

Shades of Pesto #807539

Tints of Pesto #807539

Color information

#807539 (or 0x807539) is unknown color: approx Pesto. HEX triplet: 80, 75 and 39. RGB value is (128,117,57). Sum of RGB (Red+Green+Blue) = 128+117+57=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #807539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807539 is #7F8AC6. Grayscale: #717171. Windows color (decimal): -8358599 or 3765632. OLE color: 3765632.

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

Color convert

RGB12811757-
CMYK00.090.550.50
HSL50.7º38.38%36.27%-
HSV(B)50.7º55.47%50.2%-
XYZ1617.616.43-
YUV113.4596.14138.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.38%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=42.38%
G=38.74%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281175700.090.550.5050.738.3836.27
Hex807539093732332624
Octal200165710116762634644
Binary10000000111010111100101001110111110010110011100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807539; }

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

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

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

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

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

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

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

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