#807036

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

Shades of Pesto #807036

Tints of Pesto #807036

Color information

#807036 (or 0x807036) is unknown color: approx Pesto. HEX triplet: 80, 70 and 36. RGB value is (128,112,54). Sum of RGB (Red+Green+Blue) = 128+112+54=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #807036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807036 is #7F8FC9. Grayscale: #6E6E6E. Windows color (decimal): -8359882 or 3567744. OLE color: 3567744.

HSL color Cylindrical-coordinate representation of color #807036: hue angle of 47.03º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #807036 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB12811254-
CMYK00.120.580.50
HSL47.03º40.66%35.69%-
HSV(B)47.03º57.81%50.2%-
XYZ15.3616.445.85-
YUV110.1796.3140.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=43.54%
G=38.10%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281125400.120.580.5047.0340.6635.69
Hex8070360C3A322f2924
Octal200160660147262575144
Binary10000000111000011011001100111010110010101111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807036; }

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

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

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

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

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

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

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

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