#84752E

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

Shades of Pesto #84752E

Tints of Pesto #84752E

Color information

#84752E (or 0x84752E) is unknown color: approx Pesto. HEX triplet: 84, 75 and 2E. RGB value is (132,117,46). Sum of RGB (Red+Green+Blue) = 132+117+46=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84752E is #7B8AD1. Grayscale: #717171. Windows color (decimal): -8096466 or 3044740. OLE color: 3044740.

HSL color Cylindrical-coordinate representation of color #84752E: hue angle of 49.53º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84752E is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB13211746-
CMYK00.110.650.48
HSL49.53º48.31%34.9%-
HSV(B)49.53º65.15%51.76%-
XYZ16.3717.835.16-
YUV113.3989.97141.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=44.75%
G=39.66%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321174600.110.650.4849.5348.3134.9
Hex84752E0B4130323023
Octal2041655601310160626043
Binary100001001110101101110010111000001110000110010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,117,46); }

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

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

 a { background-color: rgb(132,117,46); }

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

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

 span { border-color: rgb(132,117,46); }

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