#827429

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

Shades of Pesto #827429

Tints of Pesto #827429

Color information

#827429 (or 0x827429) is unknown color: approx Pesto. HEX triplet: 82, 74 and 29. RGB value is (130,116,41). Sum of RGB (Red+Green+Blue) = 130+116+41=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #827429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827429 is #7D8BD6. Grayscale: #6F6F6F. Windows color (decimal): -8227799 or 2716802. OLE color: 2716802.

HSL color Cylindrical-coordinate representation of color #827429: hue angle of 50.56º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #827429 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB13011641-
CMYK00.110.680.49
HSL50.56º52.05%33.53%-
HSV(B)50.56º68.46%50.98%-
XYZ15.8517.44.62-
YUV111.6488.14141.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=45.30%
G=40.42%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301164100.110.680.4950.5652.0533.53
Hex8274290B4431333422
Octal2021645101310461636442
Binary100000101110100101001010111000100110001110011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827429; }

 p { color: rgb(130,116,41); }

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

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

 a { background-color: rgb(130,116,41); }

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

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

 span { border-color: rgb(130,116,41); }

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