#807034

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

Shades of Pesto #807034

Tints of Pesto #807034

Color information

#807034 (or 0x807034) is unknown color: approx Pesto. HEX triplet: 80, 70 and 34. RGB value is (128,112,52). Sum of RGB (Red+Green+Blue) = 128+112+52=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #807034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807034 is #7F8FCB. Grayscale: #6E6E6E. Windows color (decimal): -8359884 or 3436672. OLE color: 3436672.

HSL color Cylindrical-coordinate representation of color #807034: hue angle of 47.37º 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 #807034 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB12811252-
CMYK00.120.590.50
HSL47.37º42.22%35.29%-
HSV(B)47.37º59.38%50.2%-
XYZ15.3216.435.61-
YUV109.9495.3140.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=43.84%
G=38.36%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281125200.120.590.5047.3742.2235.29
Hex8070340C3B322f2a23
Octal200160640147362575243
Binary10000000111000011010001100111011110010101111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807034; }

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

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

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

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

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

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

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

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