#807525

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

Shades of Pesto #807525

Tints of Pesto #807525

Color information

#807525 (or 0x807525) is unknown color: approx Pesto. HEX triplet: 80, 75 and 25. RGB value is (128,117,37). Sum of RGB (Red+Green+Blue) = 128+117+37=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #807525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807525 is #7F8ADA. Grayscale: #6F6F6F. Windows color (decimal): -8358619 or 2454912. OLE color: 2454912.

HSL color Cylindrical-coordinate representation of color #807525: hue angle of 52.75º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #807525 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB12811737-
CMYK00.090.710.50
HSL52.75º55.15%32.35%-
HSV(B)52.75º71.09%50.2%-
XYZ15.617.454.3-
YUV111.1786.14140-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 117 (46.09% from 255) = 41.49%
BLUE value IS 37 (14.84% from 255) = 13.12%
R=45.39%
G=41.49%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281173700.090.710.5052.7555.1532.35
Hex807525094732353720
Octal2001654501110762656740
Binary100000001110101100101010011000111110010110101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807525; }

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

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

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

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

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

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

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

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