#807434

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

Shades of Pesto #807434

Tints of Pesto #807434

Color information

#807434 (or 0x807434) is unknown color: approx Pesto. HEX triplet: 80, 74 and 34. RGB value is (128,116,52). Sum of RGB (Red+Green+Blue) = 128+116+52=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #807434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807434 is #7F8BCB. Grayscale: #707070. Windows color (decimal): -8358860 or 3437696. OLE color: 3437696.

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

Color convert

RGB12811652-
CMYK00.090.590.50
HSL50.53º42.22%35.29%-
HSV(B)50.53º59.38%50.2%-
XYZ15.7717.335.76-
YUV112.2993.98139.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.24%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=43.24%
G=39.19%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281165200.090.590.5050.5342.2235.29
Hex807434093B32332a23
Octal200164640117362635243
Binary10000000111010011010001001111011110010110011101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807434; }

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

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

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

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

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

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

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

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