#837331

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

Shades of Pesto #837331

Tints of Pesto #837331

Color information

#837331 (or 0x837331) is unknown color: approx Pesto. HEX triplet: 83, 73 and 31. RGB value is (131,115,49). Sum of RGB (Red+Green+Blue) = 131+115+49=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #837331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837331 is #7C8CCE. Grayscale: #707070. Windows color (decimal): -8162511 or 3240835. OLE color: 3240835.

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

Color convert

RGB13111549-
CMYK00.120.630.49
HSL48.29º45.56%35.29%-
HSV(B)48.29º62.6%51.37%-
XYZ16.0517.315.4-
YUV112.2692.3141.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.41%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=44.41%
G=38.98%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311154900.120.630.4948.2945.5635.29
Hex8373310C3F31302e23
Octal203163610147761605643
Binary10000011111001111000101100111111110001110000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837331; }

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

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

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

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

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

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

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

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