#847E32

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

Shades of Pesto #847E32

Tints of Pesto #847E32

Color information

#847E32 (or 0x847E32) is unknown color: approx Pesto. HEX triplet: 84, 7E and 32. RGB value is (132,126,50). Sum of RGB (Red+Green+Blue) = 132+126+50=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #847E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847E32 is #7B81CD. Grayscale: #777777. Windows color (decimal): -8094158 or 3309188. OLE color: 3309188.

HSL color Cylindrical-coordinate representation of color #847E32: hue angle of 55.61º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #847E32 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB13212650-
CMYK00.050.620.48
HSL55.61º45.05%35.69%-
HSV(B)55.61º62.12%51.76%-
XYZ17.5520.065.96-
YUV119.1388.99137.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 126 (49.61% from 255) = 40.91%
BLUE value IS 50 (19.92% from 255) = 16.23%
R=42.86%
G=40.91%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321265000.050.620.4855.6145.0535.69
Hex847E32053E30382d24
Octal20417662057660705544
Binary1000010011111101100100101111110110000111000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847E32; }

 p { color: rgb(132,126,50); }

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

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

 a { background-color: rgb(132,126,50); }

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

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

 span { border-color: rgb(132,126,50); }

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