#847A2C

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

Shades of Pesto #847A2C

Tints of Pesto #847A2C

Color information

#847A2C (or 0x847A2C) is unknown color: approx Pesto. HEX triplet: 84, 7A and 2C. RGB value is (132,122,44). Sum of RGB (Red+Green+Blue) = 132+122+44=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #847A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847A2C is #7B85D3. Grayscale: #747474. Windows color (decimal): -8095188 or 2914948. OLE color: 2914948.

HSL color Cylindrical-coordinate representation of color #847A2C: hue angle of 53.18º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #847A2C is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13212244-
CMYK00.080.670.48
HSL53.18º50%34.51%-
HSV(B)53.18º66.67%51.76%-
XYZ16.9319.015.16-
YUV116.187.31139.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 122 (48.05% from 255) = 40.94%
BLUE value IS 44 (17.58% from 255) = 14.77%
R=44.30%
G=40.94%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321224400.080.670.4853.185034.51
Hex847A2C084330353223
Octal2041725401010360656243
Binary100001001111010101100010001000011110000110101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,122,44); }

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

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

 a { background-color: rgb(132,122,44); }

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

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

 span { border-color: rgb(132,122,44); }

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