#837E32

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

Shades of Pesto #837E32

Tints of Pesto #837E32

Color information

#837E32 (or 0x837E32) is unknown color: approx Pesto. HEX triplet: 83, 7E and 32. RGB value is (131,126,50). Sum of RGB (Red+Green+Blue) = 131+126+50=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #837E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837E32 is #7C81CD. Grayscale: #777777. Windows color (decimal): -8159694 or 3309187. OLE color: 3309187.

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

Color convert

RGB13112650-
CMYK00.040.620.49
HSL56.3º44.75%35.49%-
HSV(B)56.3º61.83%51.37%-
XYZ17.419.985.96-
YUV118.8389.16136.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.67%
GREEN value IS 126 (49.61% from 255) = 41.04%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=42.67%
G=41.04%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311265000.040.620.4956.344.7535.49
Hex837E32043E31382d23
Octal20317662047661705543
Binary1000001111111101100100100111110110001111000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837E32; }

 p { color: rgb(131,126,50); }

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

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

 a { background-color: rgb(131,126,50); }

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

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

 span { border-color: rgb(131,126,50); }

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