#837429

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

Shades of Pesto #837429

Tints of Pesto #837429

Color information

#837429 (or 0x837429) is unknown color: approx Pesto. HEX triplet: 83, 74 and 29. RGB value is (131,116,41). Sum of RGB (Red+Green+Blue) = 131+116+41=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #837429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837429 is #7C8BD6. Grayscale: #707070. Windows color (decimal): -8162263 or 2716803. OLE color: 2716803.

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

Color convert

RGB13111641-
CMYK00.110.690.49
HSL50º52.33%33.73%-
HSV(B)50º68.7%51.37%-
XYZ16.0117.484.63-
YUV111.9487.97141.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 41 (16.41% from 255) = 14.24%
R=45.49%
G=40.28%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311164100.110.690.495052.3333.73
Hex8374290B4531323422
Octal2031645101310561626442
Binary100000111110100101001010111000101110001110010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837429; }

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

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

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

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

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

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

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

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