#84782F

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

Shades of Pesto #84782F

Tints of Pesto #84782F

Color information

#84782F (or 0x84782F) is unknown color: approx Pesto. HEX triplet: 84, 78 and 2F. RGB value is (132,120,47). Sum of RGB (Red+Green+Blue) = 132+120+47=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #84782F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84782F is #7B87D0. Grayscale: #737373. Windows color (decimal): -8095697 or 3111044. OLE color: 3111044.

HSL color Cylindrical-coordinate representation of color #84782F: hue angle of 51.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84782F is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB13212047-
CMYK00.090.640.48
HSL51.53º47.49%35.1%-
HSV(B)51.53º64.39%51.76%-
XYZ16.7518.545.39-
YUV115.2789.48139.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 47 (18.75% from 255) = 15.72%
R=44.15%
G=40.13%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321204700.090.640.4851.5347.4935.1
Hex84782F094030342f23
Octal2041705701110060645743
Binary100001001111000101111010011000000110000110100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84782F; }

 p { color: rgb(132,120,47); }

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

<style>
 a { background-color: #84782F; }

 a { background-color: rgb(132,120,47); }

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

<style>
 span { border-color: #84782F; }

 span { border-color: rgb(132,120,47); }

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