#827339

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

Shades of Pesto #827339

Tints of Pesto #827339

Color information

#827339 (or 0x827339) is unknown color: approx Pesto. HEX triplet: 82, 73 and 39. RGB value is (130,115,57). Sum of RGB (Red+Green+Blue) = 130+115+57=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #827339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827339 is #7D8CC6. Grayscale: #717171. Windows color (decimal): -8228039 or 3765122. OLE color: 3765122.

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

Color convert

RGB13011557-
CMYK00.120.560.49
HSL47.67º39.04%36.67%-
HSV(B)47.67º56.15%50.98%-
XYZ16.0817.36.36-
YUV112.8796.47140.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=43.05%
G=38.08%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301155700.120.560.4947.6739.0436.67
Hex8273390C3831302725
Octal202163710147061604745
Binary10000010111001111100101100111000110001110000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827339; }

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

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

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

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

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

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

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

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