#82791F

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

Shades of Pesto #82791F

Tints of Pesto #82791F

Color information

#82791F (or 0x82791F) is unknown color: approx Pesto. HEX triplet: 82, 79 and 1F. RGB value is (130,121,31). Sum of RGB (Red+Green+Blue) = 130+121+31=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #82791F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82791F is #7D86E0. Grayscale: #717171. Windows color (decimal): -8226529 or 2062722. OLE color: 2062722.

HSL color Cylindrical-coordinate representation of color #82791F: hue angle of 54.55º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82791F is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB13012131-
CMYK00.070.760.49
HSL54.55º61.49%31.57%-
HSV(B)54.55º76.15%50.98%-
XYZ16.2918.524.01-
YUV113.4381.48139.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 121 (47.66% from 255) = 42.91%
BLUE value IS 31 (12.5% from 255) = 10.99%
R=46.10%
G=42.91%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301213100.070.760.4954.5561.4931.57
Hex82791F074C31373d20
Octal202171370711461677540
Binary1000001011110011111101111001100110001110111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82791F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,121,31); }

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

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

 a { background-color: rgb(130,121,31); }

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

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

 span { border-color: rgb(130,121,31); }

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