Html Css Color HEX #82752D Pesto

📋 copy color: '#82752D'

red 130 ◦ green 117 ◦ blue 45

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

Shades of Pesto #82752D

Tints of Pesto #82752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.07%

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

R = 44.52%
G = 40.07%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82752D (or 0x82752D) is known color: Pesto. HEX triplet: 82, 75 and 2D. RGB value is (130,117,45). Sum of RGB (Red+Green+Blue) = 130+117+45=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82752D is #7D8AD2. Grayscale: #707070. Windows color (decimal): -8227539 or 2979202. OLE color: 2979202.

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

Color convert

RGB 130 117 45 -
CMYK 0 0.1 0.65 0.49
HSL 50.82º 0.49% 0.34% -
HSV(B) 50.82º 0.65% 0.51% -
XYZ 16.04 17.66 5.05 -
YUV 112.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 130 117 45 0 0.1 0.65 0.49 50.82 0.49 0.34
Hex 82 75 2D 0 A 41 31 33 31 22
Octal 202 165 55 0 12 101 61 63 61 42
Binary 10000010 1110101 101101 0 1010 1000001 110001 110011 110001 100010

Color Harmonies of #82752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82752D

Black with #82752D

Text Example


Text Example

White with #82752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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