Html Css Color HEX #82782A Pesto

📋 copy color: '#82782A'

red 130 ◦ green 120 ◦ blue 42

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

Shades of Pesto #82782A

Tints of Pesto #82782A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.1%

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 44.52%
G = 41.1%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82782A (or 0x82782A) is known color: Pesto. HEX triplet: 82, 78 and 2A. RGB value is (130,120,42). Sum of RGB (Red+Green+Blue) = 130+120+42=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82782A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82782A is #7D87D5. Grayscale: #727272. Windows color (decimal): -8226774 or 2783362. OLE color: 2783362.

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

Color convert

RGB 130 120 42 -
CMYK 0 0.08 0.68 0.49
HSL 53.18º 0.51% 0.34% -
HSV(B) 53.18º 0.68% 0.51% -
XYZ 16.34 18.35 4.87 -
YUV 114.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 130 120 42 0 0.08 0.68 0.49 53.18 0.51 0.34
Hex 82 78 2A 0 8 44 31 35 33 22
Octal 202 170 52 0 10 104 61 65 63 42
Binary 10000010 1111000 101010 0 1000 1000100 110001 110101 110011 100010

Color Harmonies of #82782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82782A

Black with #82782A

Text Example


Text Example

White with #82782A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82782A; }

 p { color: rgb(130,120,42); }

 H1.HeaderClassName
 {
   color: #82782A;
 }
 .AnyTagClassName
 {
   color: #82782A;
 }
</style>

background-color css

<style>
 a { background-color: #82782A; }

 a { background-color: rgb(130,120,42); }

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

border-color css

<style>
 span { border-color: #82782A; }

 span { border-color: rgb(130,120,42); }

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