#827332

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

Shades of Pesto #827332

Tints of Pesto #827332

Color information

#827332 (or 0x827332) is unknown color: approx Pesto. HEX triplet: 82, 73 and 32. RGB value is (130,115,50). Sum of RGB (Red+Green+Blue) = 130+115+50=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #827332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827332 is #7D8CCD. Grayscale: #707070. Windows color (decimal): -8228046 or 3306370. OLE color: 3306370.

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

Color convert

RGB13011550-
CMYK00.120.620.49
HSL48.75º44.44%35.29%-
HSV(B)48.75º61.54%50.98%-
XYZ15.9117.245.51-
YUV112.0892.97140.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=44.07%
G=38.98%
B=16.95%

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
Decimal1301155000.120.620.4948.7544.4435.29
Hex8273320C3E31312c23
Octal202163620147661615443
Binary10000010111001111001001100111110110001110001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827332; }

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

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

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

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

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

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

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

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