#84772C

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

Shades of Pesto #84772C

Tints of Pesto #84772C

Color information

#84772C (or 0x84772C) is unknown color: approx Pesto. HEX triplet: 84, 77 and 2C. RGB value is (132,119,44). Sum of RGB (Red+Green+Blue) = 132+119+44=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84772C is #7B88D3. Grayscale: #727272. Windows color (decimal): -8095956 or 2914180. OLE color: 2914180.

HSL color Cylindrical-coordinate representation of color #84772C: hue angle of 51.14º 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 #84772C is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13211944-
CMYK00.100.670.48
HSL51.14º50%34.51%-
HSV(B)51.14º66.67%51.76%-
XYZ16.5718.285.04-
YUV114.3488.31140.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=44.75%
G=40.34%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321194400.100.670.4851.145034.51
Hex84772C0A4330333223
Octal2041675401210360636243
Binary100001001110111101100010101000011110000110011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84772C; }

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

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

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

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

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

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

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

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