#82751E

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

Shades of Pesto #82751E

Tints of Pesto #82751E

Color information

#82751E (or 0x82751E) is unknown color: approx Pesto. HEX triplet: 82, 75 and 1E. RGB value is (130,117,30). Sum of RGB (Red+Green+Blue) = 130+117+30=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82751E is #7D8AE1. Grayscale: #6F6F6F. Windows color (decimal): -8227554 or 1996162. OLE color: 1996162.

HSL color Cylindrical-coordinate representation of color #82751E: hue angle of 52.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82751E is Cyan = 0, Magento = 0.1, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB13011730-
CMYK00.10.770.49
HSL52.2º62.5%31.37%-
HSV(B)52.2º76.92%50.98%-
XYZ15.817.563.79-
YUV110.9782.31141.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 30 (12.11% from 255) = 10.83%
R=46.93%
G=42.24%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301173000.10.770.4952.262.531.37
Hex82751E0A4D31343e1f
Octal2021653601211561647637
Binary1000001011101011111001010100110111000111010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82751E; }

 p { color: rgb(130,117,30); }

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

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

 a { background-color: rgb(130,117,30); }

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

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

 span { border-color: rgb(130,117,30); }

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