Html Css Color HEX #84791A Pesto

📋 copy color: '#84791A'

red 132 ◦ green 121 ◦ blue 26

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

Shades of Pesto #84791A

Tints of Pesto #84791A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 47.31%
G = 43.37%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84791A (or 0x84791A) is known color: Pesto. HEX triplet: 84, 79 and 1A. RGB value is (132,121,26). Sum of RGB (Red+Green+Blue) = 132+121+26=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84791A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84791A is #7B86E5. Grayscale: #717171. Windows color (decimal): -8095462 or 1735044. OLE color: 1735044.

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

Color convert

RGB 132 121 26 -
CMYK 0 0.08 0.80 0.48
HSL 53.77º 0.67% 0.31% -
HSV(B) 53.77º 0.8% 0.52% -
XYZ 16.54 18.65 3.71 -
YUV 113.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 132 121 26 0 0.08 0.80 0.48 53.77 0.67 0.31
Hex 84 79 1A 0 8 50 30 36 43 1F
Octal 204 171 32 0 10 120 60 66 103 37
Binary 10000100 1111001 11010 0 1000 1010000 110000 110110 1000011 11111

Color Harmonies of #84791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84791A

Black with #84791A

Text Example


Text Example

White with #84791A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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