#82762E

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

Shades of Pesto #82762E

Tints of Pesto #82762E

Color information

#82762E (or 0x82762E) is unknown color: approx Pesto. HEX triplet: 82, 76 and 2E. RGB value is (130,118,46). Sum of RGB (Red+Green+Blue) = 130+118+46=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82762E is #7D89D1. Grayscale: #717171. Windows color (decimal): -8227282 or 3044994. OLE color: 3044994.

HSL color Cylindrical-coordinate representation of color #82762E: hue angle of 51.43º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82762E is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB13011846-
CMYK00.090.650.49
HSL51.43º47.73%34.51%-
HSV(B)51.43º64.62%50.98%-
XYZ16.1817.95.19-
YUV113.3889.98139.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=44.22%
G=40.14%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301184600.090.650.4951.4347.7334.51
Hex82762E094131333023
Octal2021665601110161636043
Binary100000101110110101110010011000001110001110011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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