#827732

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

Shades of Pesto #827732

Tints of Pesto #827732

Color information

#827732 (or 0x827732) is unknown color: approx Pesto. HEX triplet: 82, 77 and 32. RGB value is (130,119,50). Sum of RGB (Red+Green+Blue) = 130+119+50=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #827732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827732 is #7D88CD. Grayscale: #727272. Windows color (decimal): -8227022 or 3307394. OLE color: 3307394.

HSL color Cylindrical-coordinate representation of color #827732: hue angle of 51.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 #827732 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB13011950-
CMYK00.080.620.49
HSL51.75º44.44%35.29%-
HSV(B)51.75º61.54%50.98%-
XYZ16.3818.175.66-
YUV114.4291.64139.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 50 (19.92% from 255) = 16.72%
R=43.48%
G=39.80%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301195000.080.620.4951.7544.4435.29
Hex827732083E31342c23
Octal202167620107661645443
Binary10000010111011111001001000111110110001110100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827732; }

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

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

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

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

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

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

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

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