Html Css Color HEX #84792A Pesto

📋 copy color: '#84792A'

red 132 ◦ green 121 ◦ blue 42

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

Shades of Pesto #84792A

Tints of Pesto #84792A

RGB

 RED value IS 132 (51.95% from 255) = 44.75%

 GREEN value IS 121 (47.66% from 255) = 41.02%

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 44.75%
G = 41.02%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#84792A (or 0x84792A) is known color: Pesto. HEX triplet: 84, 79 and 2A. RGB value is (132,121,42). Sum of RGB (Red+Green+Blue) = 132+121+42=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84792A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84792A is #7B86D5. Grayscale: #737373. Windows color (decimal): -8095446 or 2783620. OLE color: 2783620.

HSL color Cylindrical-coordinate representation of color #84792A: hue angle of 52.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84792A is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 121 42 -
CMYK 0 0.08 0.68 0.48
HSL 52.67º 0.52% 0.34% -
HSV(B) 52.67º 0.68% 0.52% -
XYZ 16.77 18.75 4.93 -
YUV 115.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 132 121 42 0 0.08 0.68 0.48 52.67 0.52 0.34
Hex 84 79 2A 0 8 44 30 35 34 22
Octal 204 171 52 0 10 104 60 65 64 42
Binary 10000100 1111001 101010 0 1000 1000100 110000 110101 110100 100010

Color Harmonies of #84792A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84792A

Black with #84792A

Text Example


Text Example

White with #84792A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84792A; }

 p { color: rgb(132,121,42); }

 H1.HeaderClassName
 {
   color: #84792A;
 }
 .AnyTagClassName
 {
   color: #84792A;
 }
</style>

background-color css

<style>
 a { background-color: #84792A; }

 a { background-color: rgb(132,121,42); }

 div.DivClassName
 {
   background-color: #84792A;
 }
 .BgClassName
 {
   background-color: #84792A;
 }
</style>

border-color css

<style>
 span { border-color: #84792A; }

 span { border-color: rgb(132,121,42); }

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