Html Css Color HEX #82771C Pesto

📋 copy color: '#82771C'

red 130 ◦ green 119 ◦ blue 28

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

Shades of Pesto #82771C

Tints of Pesto #82771C

RGB

 RED value IS 130 (51.17% from 255) = 46.93%

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

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

R = 46.93%
G = 42.96%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82771C (or 0x82771C) is known color: Pesto. HEX triplet: 82, 77 and 1C. RGB value is (130,119,28). Sum of RGB (Red+Green+Blue) = 130+119+28=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82771C is #7D88E3. Grayscale: #707070. Windows color (decimal): -8227044 or 1865602. OLE color: 1865602.

HSL color Cylindrical-coordinate representation of color #82771C: hue angle of 53.53º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82771C is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 28 -
CMYK 0 0.08 0.78 0.49
HSL 53.53º 0.65% 0.31% -
HSV(B) 53.53º 0.78% 0.51% -
XYZ 16.01 18.02 3.73 -
YUV 111.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 130 119 28 0 0.08 0.78 0.49 53.53 0.65 0.31
Hex 82 77 1C 0 8 4E 31 36 41 1F
Octal 202 167 34 0 10 116 61 66 101 37
Binary 10000010 1110111 11100 0 1000 1001110 110001 110110 1000001 11111

Color Harmonies of #82771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82771C

Black with #82771C

Text Example


Text Example

White with #82771C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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