Html Css Color HEX #82771B Pesto

📋 copy color: '#82771B'

red 130 ◦ green 119 ◦ blue 27

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

Shades of Pesto #82771B

Tints of Pesto #82771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.78%

R = 47.1%
G = 43.12%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#82771B (or 0x82771B) is known color: Pesto. HEX triplet: 82, 77 and 1B. RGB value is (130,119,27). Sum of RGB (Red+Green+Blue) = 130+119+27=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82771B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82771B is #7D88E4. Grayscale: #707070. Windows color (decimal): -8227045 or 1800066. OLE color: 1800066.

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

Color convert

RGB 130 119 27 -
CMYK 0 0.08 0.79 0.49
HSL 53.59º 0.66% 0.31% -
HSV(B) 53.59º 0.79% 0.51% -
XYZ 16 18.02 3.67 -
YUV 111.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 130 119 27 0 0.08 0.79 0.49 53.59 0.66 0.31
Hex 82 77 1B 0 8 4F 31 36 42 1F
Octal 202 167 33 0 10 117 61 66 102 37
Binary 10000010 1110111 11011 0 1000 1001111 110001 110110 1000010 11111

Color Harmonies of #82771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82771B

Black with #82771B

Text Example


Text Example

White with #82771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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