Html Css Color HEX #84771C Pesto

📋 copy color: '#84771C'

red 132 ◦ green 119 ◦ blue 28

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

Shades of Pesto #84771C

Tints of Pesto #84771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.04%

R = 47.31%
G = 42.65%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#84771C (or 0x84771C) is known color: Pesto. HEX triplet: 84, 77 and 1C. RGB value is (132,119,28). Sum of RGB (Red+Green+Blue) = 132+119+28=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84771C is #7B88E3. Grayscale: #707070. Windows color (decimal): -8095972 or 1865604. OLE color: 1865604.

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

Color convert

RGB 132 119 28 -
CMYK 0 0.10 0.79 0.48
HSL 52.5º 0.65% 0.31% -
HSV(B) 52.5º 0.79% 0.52% -
XYZ 16.32 18.18 3.75 -
YUV 112.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 132 119 28 0 0.10 0.79 0.48 52.5 0.65 0.31
Hex 84 77 1C 0 A 4F 30 34 41 1F
Octal 204 167 34 0 12 117 60 64 101 37
Binary 10000100 1110111 11100 0 1010 1001111 110000 110100 1000001 11111

Color Harmonies of #84771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84771C

Black with #84771C

Text Example


Text Example

White with #84771C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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