#807523

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

Shades of Pesto #807523

Tints of Pesto #807523

Color information

#807523 (or 0x807523) is unknown color: approx Pesto. HEX triplet: 80, 75 and 23. RGB value is (128,117,35). Sum of RGB (Red+Green+Blue) = 128+117+35=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #807523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807523 is #7F8ADC. Grayscale: #6F6F6F. Windows color (decimal): -8358621 or 2323840. OLE color: 2323840.

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

Color convert

RGB12811735-
CMYK00.090.730.50
HSL52.9º57.06%31.96%-
HSV(B)52.9º72.66%50.2%-
XYZ15.5717.434.13-
YUV110.9485.14140.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 35 (14.06% from 255) = 12.5%
R=45.71%
G=41.79%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281173500.090.730.5052.957.0631.96
Hex807523094932353920
Octal2001654301111162657140
Binary100000001110101100011010011001001110010110101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807523; }

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

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

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

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

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

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

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

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