#82761A

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

Shades of Pesto #82761A

Tints of Pesto #82761A

Color information

#82761A (or 0x82761A) is unknown color: approx Pesto. HEX triplet: 82, 76 and 1A. RGB value is (130,118,26). Sum of RGB (Red+Green+Blue) = 130+118+26=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82761A is #7D89E5. Grayscale: #6F6F6F. Windows color (decimal): -8227302 or 1734274. OLE color: 1734274.

HSL color Cylindrical-coordinate representation of color #82761A: hue angle of 53.08º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82761A is Cyan = 0, Magento = 0.09, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB13011826-
CMYK00.090.80.49
HSL53.08º66.67%30.59%-
HSV(B)53.08º80%50.98%-
XYZ15.8717.783.57-
YUV111.179.98141.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 118 (46.48% from 255) = 43.07%
BLUE value IS 26 (10.55% from 255) = 9.49%
R=47.45%
G=43.07%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301182600.090.80.4953.0866.6730.59
Hex82761A09503135431f
Octal20216632011120616510337
Binary10000010111011011010010011010000110001110101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82761A; }

 p { color: rgb(130,118,26); }

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

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

 a { background-color: rgb(130,118,26); }

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

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

 span { border-color: rgb(130,118,26); }

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