#84742B

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

Shades of Pesto #84742B

Tints of Pesto #84742B

Color information

#84742B (or 0x84742B) is unknown color: approx Pesto. HEX triplet: 84, 74 and 2B. RGB value is (132,116,43). Sum of RGB (Red+Green+Blue) = 132+116+43=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84742B is #7B8BD4. Grayscale: #707070. Windows color (decimal): -8096725 or 2847876. OLE color: 2847876.

HSL color Cylindrical-coordinate representation of color #84742B: hue angle of 49.21º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84742B is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB13211643-
CMYK00.120.670.48
HSL49.21º50.86%34.31%-
HSV(B)49.21º67.42%51.76%-
XYZ16.217.574.82-
YUV112.4688.8141.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 43 (17.19% from 255) = 14.78%
R=45.36%
G=39.86%
B=14.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321164300.120.670.4849.2150.8634.31
Hex84742B0C4330313322
Octal2041645301410360616342
Binary100001001110100101011011001000011110000110001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84742B; }

 p { color: rgb(132,116,43); }

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

<style>
 a { background-color: #84742B; }

 a { background-color: rgb(132,116,43); }

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

<style>
 span { border-color: #84742B; }

 span { border-color: rgb(132,116,43); }

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