#837625

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

Shades of Pesto #837625

Tints of Pesto #837625

Color information

#837625 (or 0x837625) is unknown color: approx Pesto. HEX triplet: 83, 76 and 25. RGB value is (131,118,37). Sum of RGB (Red+Green+Blue) = 131+118+37=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #837625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837625 is #7C89DA. Grayscale: #707070. Windows color (decimal): -8161755 or 2455171. OLE color: 2455171.

HSL color Cylindrical-coordinate representation of color #837625: hue angle of 51.7º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #837625 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB13111837-
CMYK00.100.720.49
HSL51.7º55.95%32.94%-
HSV(B)51.7º71.76%51.37%-
XYZ16.1717.924.36-
YUV112.6585.31141.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 37 (14.84% from 255) = 12.94%
R=45.80%
G=41.26%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311183700.100.720.4951.755.9532.94
Hex8376250A4831343821
Octal2031664501211061647041
Binary100000111110110100101010101001000110001110100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837625; }

 p { color: rgb(131,118,37); }

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

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

 a { background-color: rgb(131,118,37); }

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

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

 span { border-color: rgb(131,118,37); }

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