#837C3A

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

Shades of Pesto #837C3A

Tints of Pesto #837C3A

Color information

#837C3A (or 0x837C3A) is unknown color: approx Pesto. HEX triplet: 83, 7C and 3A. RGB value is (131,124,58). Sum of RGB (Red+Green+Blue) = 131+124+58=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #837C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837C3A is #7C83C5. Grayscale: #767676. Windows color (decimal): -8160198 or 3832963. OLE color: 3832963.

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

Color convert

RGB13112458-
CMYK00.050.560.49
HSL54.25º38.62%37.06%-
HSV(B)54.25º55.73%51.37%-
XYZ17.3319.556.86-
YUV118.5793.82136.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.85%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=41.85%
G=39.62%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311245800.050.560.4954.2538.6237.06
Hex837C3A053831362725
Octal20317472057061664745
Binary1000001111111001110100101111000110001110110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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