#84772D

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

Shades of Pesto #84772D

Tints of Pesto #84772D

Color information

#84772D (or 0x84772D) is unknown color: approx Pesto. HEX triplet: 84, 77 and 2D. RGB value is (132,119,45). Sum of RGB (Red+Green+Blue) = 132+119+45=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84772D is #7B88D2. Grayscale: #727272. Windows color (decimal): -8095955 or 2979716. OLE color: 2979716.

HSL color Cylindrical-coordinate representation of color #84772D: hue angle of 51.03º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84772D is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB13211945-
CMYK00.100.660.48
HSL51.03º49.15%34.71%-
HSV(B)51.03º65.91%51.76%-
XYZ16.5918.295.14-
YUV114.4588.81140.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 45 (17.97% from 255) = 15.20%
R=44.59%
G=40.20%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321194500.100.660.4851.0349.1534.71
Hex84772D0A4230333123
Octal2041675501210260636143
Binary100001001110111101101010101000010110000110011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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