#837C38

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

Shades of Pesto #837C38

Tints of Pesto #837C38

Color information

#837C38 (or 0x837C38) is unknown color: approx Pesto. HEX triplet: 83, 7C and 38. RGB value is (131,124,56). Sum of RGB (Red+Green+Blue) = 131+124+56=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #837C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837C38 is #7C83C7. Grayscale: #767676. Windows color (decimal): -8160200 or 3701891. OLE color: 3701891.

HSL color Cylindrical-coordinate representation of color #837C38: hue angle of 54.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #837C38 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB13112456-
CMYK00.050.570.49
HSL54.4º40.11%36.67%-
HSV(B)54.4º57.25%51.37%-
XYZ17.2819.536.6-
YUV118.3492.82137.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 56 (22.27% from 255) = 18.01%
R=42.12%
G=39.87%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311245600.050.570.4954.440.1136.67
Hex837C38053931362825
Octal20317470057161665045
Binary1000001111111001110000101111001110001110110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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