Html Css Color HEX #84791D Pesto

📋 copy color: '#84791D'

red 132 ◦ green 121 ◦ blue 29

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

Shades of Pesto #84791D

Tints of Pesto #84791D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 46.81%
G = 42.91%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84791D (or 0x84791D) is known color: Pesto. HEX triplet: 84, 79 and 1D. RGB value is (132,121,29). Sum of RGB (Red+Green+Blue) = 132+121+29=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #84791D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84791D is #7B86E2. Grayscale: #727272. Windows color (decimal): -8095459 or 1931652. OLE color: 1931652.

HSL color Cylindrical-coordinate representation of color #84791D: hue angle of 53.59º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84791D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 121 29 -
CMYK 0 0.08 0.78 0.48
HSL 53.59º 0.64% 0.32% -
HSV(B) 53.59º 0.78% 0.52% -
XYZ 16.57 18.67 3.89 -
YUV 113.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 132 121 29 0 0.08 0.78 0.48 53.59 0.64 0.32
Hex 84 79 1D 0 8 4E 30 36 40 20
Octal 204 171 35 0 10 116 60 66 100 40
Binary 10000100 1111001 11101 0 1000 1001110 110000 110110 1000000 100000

Color Harmonies of #84791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84791D

Black with #84791D

Text Example


Text Example

White with #84791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84791D; }

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

 H1.HeaderClassName
 {
   color: #84791D;
 }
 .AnyTagClassName
 {
   color: #84791D;
 }
</style>

background-color css

<style>
 a { background-color: #84791D; }

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

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

border-color css

<style>
 span { border-color: #84791D; }

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

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