#827936

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

Shades of Pesto #827936

Tints of Pesto #827936

Color information

#827936 (or 0x827936) is unknown color: approx Pesto. HEX triplet: 82, 79 and 36. RGB value is (130,121,54). Sum of RGB (Red+Green+Blue) = 130+121+54=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #827936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827936 is #7D86C9. Grayscale: #747474. Windows color (decimal): -8226506 or 3570050. OLE color: 3570050.

HSL color Cylindrical-coordinate representation of color #827936: hue angle of 52.89º 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 #827936 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB13012154-
CMYK00.070.580.49
HSL52.89º41.3%36.08%-
HSV(B)52.89º58.46%50.98%-
XYZ16.7118.696.22-
YUV116.0592.98137.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 54 (21.48% from 255) = 17.70%
R=42.62%
G=39.67%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301215400.070.580.4952.8941.336.08
Hex827936073A31352924
Octal20217166077261655144
Binary1000001011110011101100111111010110001110101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827936; }

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

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

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

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

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

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

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

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