Html Css Color HEX #84771E Pesto

📋 copy color: '#84771E'

red 132 ◦ green 119 ◦ blue 30

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

Shades of Pesto #84771E

Tints of Pesto #84771E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 46.98%
G = 42.35%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84771E (or 0x84771E) is known color: Pesto. HEX triplet: 84, 77 and 1E. RGB value is (132,119,30). Sum of RGB (Red+Green+Blue) = 132+119+30=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84771E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84771E is #7B88E1. Grayscale: #717171. Windows color (decimal): -8095970 or 1996676. OLE color: 1996676.

HSL color Cylindrical-coordinate representation of color #84771E: hue angle of 52.35º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84771E is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 119 30 -
CMYK 0 0.10 0.77 0.48
HSL 52.35º 0.63% 0.32% -
HSV(B) 52.35º 0.77% 0.52% -
XYZ 16.35 18.19 3.88 -
YUV 112.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 132 119 30 0 0.10 0.77 0.48 52.35 0.63 0.32
Hex 84 77 1E 0 A 4D 30 34 3F 20
Octal 204 167 36 0 12 115 60 64 77 40
Binary 10000100 1110111 11110 0 1010 1001101 110000 110100 111111 100000

Color Harmonies of #84771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84771E

Black with #84771E

Text Example


Text Example

White with #84771E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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