Html Css Color HEX #82732D Pesto

📋 copy color: '#82732D'

red 130 ◦ green 115 ◦ blue 45

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

Shades of Pesto #82732D

Tints of Pesto #82732D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

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

R = 44.83%
G = 39.66%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82732D (or 0x82732D) is known color: Pesto. HEX triplet: 82, 73 and 2D. RGB value is (130,115,45). Sum of RGB (Red+Green+Blue) = 130+115+45=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82732D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82732D is #7D8CD2. Grayscale: #6F6F6F. Windows color (decimal): -8228051 or 2978690. OLE color: 2978690.

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

Color convert

RGB 130 115 45 -
CMYK 0 0.12 0.65 0.49
HSL 49.41º 0.49% 0.34% -
HSV(B) 49.41º 0.65% 0.51% -
XYZ 15.81 17.2 4.97 -
YUV 111.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 130 115 45 0 0.12 0.65 0.49 49.41 0.49 0.34
Hex 82 73 2D 0 C 41 31 31 31 22
Octal 202 163 55 0 14 101 61 61 61 42
Binary 10000010 1110011 101101 0 1100 1000001 110001 110001 110001 100010

Color Harmonies of #82732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82732D

Black with #82732D

Text Example


Text Example

White with #82732D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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