Html Css Color HEX #84752E Pesto

📋 copy color: '#84752E'

red 132 ◦ green 117 ◦ blue 46

#84752E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pesto #84752E

Tints of Pesto #84752E

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 value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#84752E (or 0x84752E) is known color: 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

RGB 132 117 46 -
CMYK 0 0.11 0.65 0.48
HSL 49.53º 0.48% 0.35% -
HSV(B) 49.53º 0.65% 0.52% -
XYZ 16.37 17.83 5.16 -
YUV 113.39 89.97 141.27 -
System Red Green Blue C M Y K H S L
Decimal 132 117 46 0 0.11 0.65 0.48 49.53 0.48 0.35
Hex 84 75 2E 0 B 41 30 32 30 23
Octal 204 165 56 0 13 101 60 62 60 43
Binary 10000100 1110101 101110 0 1011 1000001 110000 110010 110000 100011

Color Harmonies of #84752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84752E

Black with #84752E

Text Example


Text Example

White with #84752E

Text Example


Text Example

HTML Codes & Css Web 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>