#82772F

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

Shades of Pesto #82772F

Tints of Pesto #82772F

Color information

#82772F (or 0x82772F) is unknown color: approx Pesto. HEX triplet: 82, 77 and 2F. RGB value is (130,119,47). Sum of RGB (Red+Green+Blue) = 130+119+47=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #82772F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82772F is #7D88D0. Grayscale: #727272. Windows color (decimal): -8227025 or 3110786. OLE color: 3110786.

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

Color convert

RGB13011947-
CMYK00.080.640.49
HSL52.05º46.89%34.71%-
HSV(B)52.05º63.85%50.98%-
XYZ16.3218.145.33-
YUV114.0890.14139.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 47 (18.75% from 255) = 15.88%
R=43.92%
G=40.20%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301194700.080.640.4952.0546.8934.71
Hex82772F084031342f23
Octal2021675701010061645743
Binary100000101110111101111010001000000110001110100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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