#827C39

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

Shades of Pesto #827C39

Tints of Pesto #827C39

Color information

#827C39 (or 0x827C39) is unknown color: approx Pesto. HEX triplet: 82, 7C and 39. RGB value is (130,124,57). Sum of RGB (Red+Green+Blue) = 130+124+57=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #827C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C39 is #7D83C6. Grayscale: #767676. Windows color (decimal): -8225735 or 3767426. OLE color: 3767426.

HSL color Cylindrical-coordinate representation of color #827C39: hue angle of 55.07º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #827C39 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB13012457-
CMYK00.050.560.49
HSL55.07º39.04%36.67%-
HSV(B)55.07º56.15%50.98%-
XYZ17.1519.466.72-
YUV118.1693.49136.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 57 (22.66% from 255) = 18.33%
R=41.80%
G=39.87%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301245700.050.560.4955.0739.0436.67
Hex827C39053831372725
Octal20217471057061674745
Binary1000001011111001110010101111000110001110111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,124,57); }

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

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

 a { background-color: rgb(130,124,57); }

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

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

 span { border-color: rgb(130,124,57); }

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