#837E31

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

Shades of Pesto #837E31

Tints of Pesto #837E31

Color information

#837E31 (or 0x837E31) is unknown color: approx Pesto. HEX triplet: 83, 7E and 31. RGB value is (131,126,49). Sum of RGB (Red+Green+Blue) = 131+126+49=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #837E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837E31 is #7C81CE. Grayscale: #777777. Windows color (decimal): -8159695 or 3243651. OLE color: 3243651.

HSL color Cylindrical-coordinate representation of color #837E31: hue angle of 56.34º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #837E31 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB13112649-
CMYK00.040.630.49
HSL56.34º45.56%35.29%-
HSV(B)56.34º62.6%51.37%-
XYZ17.3819.975.84-
YUV118.7288.66136.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 49 (19.53% from 255) = 16.01%
R=42.81%
G=41.18%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311264900.040.630.4956.3445.5635.29
Hex837E31043F31382e23
Octal20317661047761705643
Binary1000001111111101100010100111111110001111000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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