#827331

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

Shades of Pesto #827331

Tints of Pesto #827331

Color information

#827331 (or 0x827331) is unknown color: approx Pesto. HEX triplet: 82, 73 and 31. RGB value is (130,115,49). Sum of RGB (Red+Green+Blue) = 130+115+49=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #827331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827331 is #7D8CCE. Grayscale: #707070. Windows color (decimal): -8228047 or 3240834. OLE color: 3240834.

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

Color convert

RGB13011549-
CMYK00.120.620.49
HSL48.89º45.25%35.1%-
HSV(B)48.89º62.31%50.98%-
XYZ15.8917.235.39-
YUV111.9692.47140.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 49 (19.53% from 255) = 16.67%
R=44.22%
G=39.12%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301154900.120.620.4948.8945.2535.1
Hex8273310C3E31312d23
Octal202163610147661615543
Binary10000010111001111000101100111110110001110001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827331; }

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

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

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

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

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

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

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

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