Html Css Color HEX #82771D Pesto

📋 copy color: '#82771D'

red 130 ◦ green 119 ◦ blue 29

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

Shades of Pesto #82771D

Tints of Pesto #82771D

RGB

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

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

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

R = 46.76%
G = 42.81%
B = 10.43%

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

#82771D (or 0x82771D) is known color: Pesto. HEX triplet: 82, 77 and 1D. RGB value is (130,119,29). Sum of RGB (Red+Green+Blue) = 130+119+29=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82771D is #7D88E2. Grayscale: #707070. Windows color (decimal): -8227043 or 1931138. OLE color: 1931138.

HSL color Cylindrical-coordinate representation of color #82771D: hue angle of 53.47º degrees, saturation: 0.64, 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 #82771D is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 29 -
CMYK 0 0.08 0.78 0.49
HSL 53.47º 0.64% 0.31% -
HSV(B) 53.47º 0.78% 0.51% -
XYZ 16.02 18.03 3.8 -
YUV 112.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 130 119 29 0 0.08 0.78 0.49 53.47 0.64 0.31
Hex 82 77 1D 0 8 4E 31 35 40 1F
Octal 202 167 35 0 10 116 61 65 100 37
Binary 10000010 1110111 11101 0 1000 1001110 110001 110101 1000000 11111

Color Harmonies of #82771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82771D

Black with #82771D

Text Example


Text Example

White with #82771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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