#837A3A

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

Shades of Pesto #837A3A

Tints of Pesto #837A3A

Color information

#837A3A (or 0x837A3A) is unknown color: approx Pesto. HEX triplet: 83, 7A and 3A. RGB value is (131,122,58). Sum of RGB (Red+Green+Blue) = 131+122+58=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #837A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837A3A is #7C85C5. Grayscale: #757575. Windows color (decimal): -8160710 or 3832451. OLE color: 3832451.

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

Color convert

RGB13112258-
CMYK00.070.560.49
HSL52.6º38.62%37.06%-
HSV(B)52.6º55.73%51.37%-
XYZ17.0819.056.78-
YUV117.3994.48137.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=42.12%
G=39.23%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311225800.070.560.4952.638.6237.06
Hex837A3A073831352725
Octal20317272077061654745
Binary1000001111110101110100111111000110001110101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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