Html Css Color HEX #82712B Pesto

📋 copy color: '#82712B'

red 130 ◦ green 113 ◦ blue 43

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

Shades of Pesto #82712B

Tints of Pesto #82712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.51%

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

R = 45.45%
G = 39.51%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#82712B (or 0x82712B) is known color: Pesto. HEX triplet: 82, 71 and 2B. RGB value is (130,113,43). Sum of RGB (Red+Green+Blue) = 130+113+43=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #82712B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82712B is #7D8ED4. Grayscale: #6E6E6E. Windows color (decimal): -8228565 or 2847106. OLE color: 2847106.

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

Color convert

RGB 130 113 43 -
CMYK 0 0.13 0.67 0.49
HSL 48.28º 0.5% 0.34% -
HSV(B) 48.28º 0.67% 0.51% -
XYZ 15.55 16.73 4.7 -
YUV 110.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 130 113 43 0 0.13 0.67 0.49 48.28 0.5 0.34
Hex 82 71 2B 0 D 43 31 30 32 22
Octal 202 161 53 0 15 103 61 60 62 42
Binary 10000010 1110001 101011 0 1101 1000011 110001 110000 110010 100010

Color Harmonies of #82712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82712B

Black with #82712B

Text Example


Text Example

White with #82712B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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