Html Css Color HEX #82792D Pesto

📋 copy color: '#82792D'

red 130 ◦ green 121 ◦ blue 45

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

Shades of Pesto #82792D

Tints of Pesto #82792D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.88%

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

R = 43.92%
G = 40.88%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82792D (or 0x82792D) is known color: Pesto. HEX triplet: 82, 79 and 2D. RGB value is (130,121,45). Sum of RGB (Red+Green+Blue) = 130+121+45=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #82792D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82792D is #7D86D2. Grayscale: #737373. Windows color (decimal): -8226515 or 2980226. OLE color: 2980226.

HSL color Cylindrical-coordinate representation of color #82792D: hue angle of 53.65º 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 #82792D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 45 -
CMYK 0 0.07 0.65 0.49
HSL 53.65º 0.49% 0.34% -
HSV(B) 53.65º 0.65% 0.51% -
XYZ 16.52 18.61 5.2 -
YUV 115.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 130 121 45 0 0.07 0.65 0.49 53.65 0.49 0.34
Hex 82 79 2D 0 7 41 31 36 31 22
Octal 202 171 55 0 7 101 61 66 61 42
Binary 10000010 1111001 101101 0 111 1000001 110001 110110 110001 100010

Color Harmonies of #82792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82792D

Black with #82792D

Text Example


Text Example

White with #82792D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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