#827E36

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

Shades of Pesto #827E36

Tints of Pesto #827E36

Color information

#827E36 (or 0x827E36) is unknown color: approx Pesto. HEX triplet: 82, 7E and 36. RGB value is (130,126,54). Sum of RGB (Red+Green+Blue) = 130+126+54=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #827E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E36 is #7D81C9. Grayscale: #777777. Windows color (decimal): -8225226 or 3571330. OLE color: 3571330.

HSL color Cylindrical-coordinate representation of color #827E36: hue angle of 56.84º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #827E36 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB13012654-
CMYK00.030.580.49
HSL56.84º41.3%36.08%-
HSV(B)56.84º58.46%50.98%-
XYZ17.3319.936.42-
YUV118.9991.33135.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 126 (49.61% from 255) = 40.65%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=41.94%
G=40.65%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301265400.030.580.4956.8441.336.08
Hex827E36033A31392924
Octal20217666037261715144
Binary100000101111110110110011111010110001111001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827E36; }

 p { color: rgb(130,126,54); }

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

<style>
 a { background-color: #827E36; }

 a { background-color: rgb(130,126,54); }

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

<style>
 span { border-color: #827E36; }

 span { border-color: rgb(130,126,54); }

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