#82761F

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

Shades of Pesto #82761F

Tints of Pesto #82761F

Color information

#82761F (or 0x82761F) is unknown color: approx Pesto. HEX triplet: 82, 76 and 1F. RGB value is (130,118,31). Sum of RGB (Red+Green+Blue) = 130+118+31=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #82761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82761F is #7D89E0. Grayscale: #707070. Windows color (decimal): -8227297 or 2061954. OLE color: 2061954.

HSL color Cylindrical-coordinate representation of color #82761F: hue angle of 52.73º 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 #82761F is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB13011831-
CMYK00.090.760.49
HSL52.73º61.49%31.57%-
HSV(B)52.73º76.15%50.98%-
XYZ15.9317.83.89-
YUV111.6782.48141.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=46.59%
G=42.29%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301183100.090.760.4952.7361.4931.57
Hex82761F094C31353d20
Octal2021663701111461657540
Binary10000010111011011111010011001100110001110101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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