#82772C

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

Shades of Pesto #82772C

Tints of Pesto #82772C

Color information

#82772C (or 0x82772C) is unknown color: approx Pesto. HEX triplet: 82, 77 and 2C. RGB value is (130,119,44). Sum of RGB (Red+Green+Blue) = 130+119+44=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82772C is #7D88D3. Grayscale: #727272. Windows color (decimal): -8227028 or 2914178. OLE color: 2914178.

HSL color Cylindrical-coordinate representation of color #82772C: hue angle of 52.33º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82772C is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB13011944-
CMYK00.080.660.49
HSL52.33º49.43%34.12%-
HSV(B)52.33º66.15%50.98%-
XYZ16.2618.125.02-
YUV113.7488.64139.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 44 (17.58% from 255) = 15.02%
R=44.37%
G=40.61%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301194400.080.660.4952.3349.4334.12
Hex82772C084231343122
Octal2021675401010261646142
Binary100000101110111101100010001000010110001110100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82772C; }

 p { color: rgb(130,119,44); }

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

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

 a { background-color: rgb(130,119,44); }

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

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

 span { border-color: rgb(130,119,44); }

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