#827328

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

Shades of Pesto #827328

Tints of Pesto #827328

Color information

#827328 (or 0x827328) is unknown color: approx Pesto. HEX triplet: 82, 73 and 28. RGB value is (130,115,40). Sum of RGB (Red+Green+Blue) = 130+115+40=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #827328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827328 is #7D8CD7. Grayscale: #6F6F6F. Windows color (decimal): -8228056 or 2651010. OLE color: 2651010.

HSL color Cylindrical-coordinate representation of color #827328: hue angle of 50º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #827328 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB13011540-
CMYK00.120.690.49
HSL50º52.94%33.33%-
HSV(B)50º69.23%50.98%-
XYZ15.7217.164.49-
YUV110.9487.97141.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 40 (16.02% from 255) = 14.04%
R=45.61%
G=40.35%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301154000.120.690.495052.9433.33
Hex8273280C4531323521
Octal2021635001410561626541
Binary100000101110011101000011001000101110001110010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827328; }

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

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

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

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

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

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

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

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