Html Css Color HEX #82742B Pesto

📋 copy color: '#82742B'

red 130 ◦ green 116 ◦ blue 43

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

Shades of Pesto #82742B

Tints of Pesto #82742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.14%

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

R = 44.98%
G = 40.14%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82742B (or 0x82742B) is known color: Pesto. HEX triplet: 82, 74 and 2B. RGB value is (130,116,43). Sum of RGB (Red+Green+Blue) = 130+116+43=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82742B is #7D8BD4. Grayscale: #707070. Windows color (decimal): -8227797 or 2847874. OLE color: 2847874.

HSL color Cylindrical-coordinate representation of color #82742B: hue angle of 50.34º 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 #82742B is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 43 -
CMYK 0 0.11 0.67 0.49
HSL 50.34º 0.5% 0.34% -
HSV(B) 50.34º 0.67% 0.51% -
XYZ 15.89 17.41 4.81 -
YUV 111.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 130 116 43 0 0.11 0.67 0.49 50.34 0.5 0.34
Hex 82 74 2B 0 B 43 31 32 32 22
Octal 202 164 53 0 13 103 61 62 62 42
Binary 10000010 1110100 101011 0 1011 1000011 110001 110010 110010 100010

Color Harmonies of #82742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82742B

Black with #82742B

Text Example


Text Example

White with #82742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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