Html Css Color HEX #84771D Pesto

📋 copy color: '#84771D'

red 132 ◦ green 119 ◦ blue 29

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

Shades of Pesto #84771D

Tints of Pesto #84771D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.5%

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

R = 47.14%
G = 42.5%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84771D (or 0x84771D) is known color: Pesto. HEX triplet: 84, 77 and 1D. RGB value is (132,119,29). Sum of RGB (Red+Green+Blue) = 132+119+29=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84771D is #7B88E2. Grayscale: #717171. Windows color (decimal): -8095971 or 1931140. OLE color: 1931140.

HSL color Cylindrical-coordinate representation of color #84771D: hue angle of 52.43º 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 #84771D is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 119 29 -
CMYK 0 0.10 0.78 0.48
HSL 52.43º 0.64% 0.32% -
HSV(B) 52.43º 0.78% 0.52% -
XYZ 16.33 18.19 3.81 -
YUV 112.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 132 119 29 0 0.10 0.78 0.48 52.43 0.64 0.32
Hex 84 77 1D 0 A 4E 30 34 40 20
Octal 204 167 35 0 12 116 60 64 100 40
Binary 10000100 1110111 11101 0 1010 1001110 110000 110100 1000000 100000

Color Harmonies of #84771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84771D

Black with #84771D

Text Example


Text Example

White with #84771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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