#807429

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

Shades of Pesto #807429

Tints of Pesto #807429

Color information

#807429 (or 0x807429) is unknown color: approx Pesto. HEX triplet: 80, 74 and 29. RGB value is (128,116,41). Sum of RGB (Red+Green+Blue) = 128+116+41=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #807429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807429 is #7F8BD6. Grayscale: #6F6F6F. Windows color (decimal): -8358871 or 2716800. OLE color: 2716800.

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

Color convert

RGB12811641-
CMYK00.090.680.50
HSL51.72º51.48%33.14%-
HSV(B)51.72º67.97%50.2%-
XYZ15.5517.244.61-
YUV111.0488.48140.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=44.91%
G=40.70%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281164100.090.680.5051.7251.4833.14
Hex807429094432343321
Octal2001645101110462646341
Binary100000001110100101001010011000100110010110100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807429; }

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

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

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

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

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

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

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

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