Html Css Color HEX #82712D Pesto

📋 copy color: '#82712D'

red 130 ◦ green 113 ◦ blue 45

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

Shades of Pesto #82712D

Tints of Pesto #82712D

RGB

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

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

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

R = 45.14%
G = 39.24%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82712D (or 0x82712D) is known color: Pesto. HEX triplet: 82, 71 and 2D. RGB value is (130,113,45). Sum of RGB (Red+Green+Blue) = 130+113+45=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82712D is #7D8ED2. Grayscale: #6E6E6E. Windows color (decimal): -8228563 or 2978178. OLE color: 2978178.

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

Color convert

RGB 130 113 45 -
CMYK 0 0.13 0.65 0.49
HSL 48º 0.49% 0.34% -
HSV(B) 48º 0.65% 0.51% -
XYZ 15.58 16.75 4.89 -
YUV 110.33 91.13 142.03 -
System Red Green Blue C M Y K H S L
Decimal 130 113 45 0 0.13 0.65 0.49 48 0.49 0.34
Hex 82 71 2D 0 D 41 31 30 31 22
Octal 202 161 55 0 15 101 61 60 61 42
Binary 10000010 1110001 101101 0 1101 1000001 110001 110000 110001 100010

Color Harmonies of #82712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82712D

Black with #82712D

Text Example


Text Example

White with #82712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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