#84791E

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

Shades of Pesto #84791E

Tints of Pesto #84791E

Color information

#84791E (or 0x84791E) is unknown color: approx Pesto. HEX triplet: 84, 79 and 1E. RGB value is (132,121,30). Sum of RGB (Red+Green+Blue) = 132+121+30=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #84791E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84791E is #7B86E1. Grayscale: #727272. Windows color (decimal): -8095458 or 1997188. OLE color: 1997188.

HSL color Cylindrical-coordinate representation of color #84791E: hue angle of 53.53º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84791E is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB13212130-
CMYK00.080.770.48
HSL53.53º62.96%31.76%-
HSV(B)53.53º77.27%51.76%-
XYZ16.5918.673.96-
YUV113.9280.64140.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 30 (12.11% from 255) = 10.60%
R=46.64%
G=42.76%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321213000.080.770.4853.5362.9631.76
Hex84791E084D30363f20
Octal2041713601011560667740
Binary10000100111100111110010001001101110000110110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84791E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84791E; }

 p { color: rgb(132,121,30); }

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

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

 a { background-color: rgb(132,121,30); }

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

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

 span { border-color: rgb(132,121,30); }

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