#837C31

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

Shades of Pesto #837C31

Tints of Pesto #837C31

Color information

#837C31 (or 0x837C31) is unknown color: approx Pesto. HEX triplet: 83, 7C and 31. RGB value is (131,124,49). Sum of RGB (Red+Green+Blue) = 131+124+49=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #837C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837C31 is #7C83CE. Grayscale: #757575. Windows color (decimal): -8160207 or 3243139. OLE color: 3243139.

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

Color convert

RGB13112449-
CMYK00.050.630.49
HSL54.88º45.56%35.29%-
HSV(B)54.88º62.6%51.37%-
XYZ17.1219.465.76-
YUV117.5489.32137.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 49 (19.53% from 255) = 16.12%
R=43.09%
G=40.79%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311244900.050.630.4954.8845.5635.29
Hex837C31053F31372e23
Octal20317461057761675643
Binary1000001111111001100010101111111110001110111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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