Html Css Color HEX #82772D Pesto

📋 copy color: '#82772D'

red 130 ◦ green 119 ◦ blue 45

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

Shades of Pesto #82772D

Tints of Pesto #82772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 44.22%
G = 40.48%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82772D (or 0x82772D) is known color: Pesto. HEX triplet: 82, 77 and 2D. RGB value is (130,119,45). Sum of RGB (Red+Green+Blue) = 130+119+45=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82772D is #7D88D2. Grayscale: #727272. Windows color (decimal): -8227027 or 2979714. OLE color: 2979714.

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

Color convert

RGB 130 119 45 -
CMYK 0 0.08 0.65 0.49
HSL 52.24º 0.49% 0.34% -
HSV(B) 52.24º 0.65% 0.51% -
XYZ 16.28 18.13 5.12 -
YUV 113.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 130 119 45 0 0.08 0.65 0.49 52.24 0.49 0.34
Hex 82 77 2D 0 8 41 31 34 31 22
Octal 202 167 55 0 10 101 61 64 61 42
Binary 10000010 1110111 101101 0 1000 1000001 110001 110100 110001 100010

Color Harmonies of #82772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82772D

Black with #82772D

Text Example


Text Example

White with #82772D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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