#807428

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

Shades of Pesto #807428

Tints of Pesto #807428

Color information

#807428 (or 0x807428) is unknown color: approx Pesto. HEX triplet: 80, 74 and 28. RGB value is (128,116,40). Sum of RGB (Red+Green+Blue) = 128+116+40=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #807428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807428 is #7F8BD7. Grayscale: #6F6F6F. Windows color (decimal): -8358872 or 2651264. OLE color: 2651264.

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

Color convert

RGB12811640-
CMYK00.090.690.50
HSL51.82º52.38%32.94%-
HSV(B)51.82º68.75%50.2%-
XYZ15.5317.234.52-
YUV110.9287.98140.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 40 (16.02% from 255) = 14.08%
R=45.07%
G=40.85%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281164000.090.690.5051.8252.3832.94
Hex807428094532343421
Octal2001645001110562646441
Binary100000001110100101000010011000101110010110100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807428; }

 p { color: rgb(128,116,40); }

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

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

 a { background-color: rgb(128,116,40); }

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

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

 span { border-color: rgb(128,116,40); }

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