Html Css Color HEX #82762B Pesto

📋 copy color: '#82762B'

red 130 ◦ green 118 ◦ blue 43

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

Shades of Pesto #82762B

Tints of Pesto #82762B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.55%

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 44.67%
G = 40.55%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82762B (or 0x82762B) is known color: Pesto. HEX triplet: 82, 76 and 2B. RGB value is (130,118,43). Sum of RGB (Red+Green+Blue) = 130+118+43=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82762B is #7D89D4. Grayscale: #717171. Windows color (decimal): -8227285 or 2848386. OLE color: 2848386.

HSL color Cylindrical-coordinate representation of color #82762B: hue angle of 51.72º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82762B is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 43 -
CMYK 0 0.09 0.67 0.49
HSL 51.72º 0.5% 0.34% -
HSV(B) 51.72º 0.67% 0.51% -
XYZ 16.12 17.88 4.89 -
YUV 113.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 130 118 43 0 0.09 0.67 0.49 51.72 0.5 0.34
Hex 82 76 2B 0 9 43 31 34 32 22
Octal 202 166 53 0 11 103 61 64 62 42
Binary 10000010 1110110 101011 0 1001 1000011 110001 110100 110010 100010

Color Harmonies of #82762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82762B

Black with #82762B

Text Example


Text Example

White with #82762B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,118,43); }

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

background-color css

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

 a { background-color: rgb(130,118,43); }

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

border-color css

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

 span { border-color: rgb(130,118,43); }

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