Html Css Color HEX #82742E Pesto

📋 copy color: '#82742E'

red 130 ◦ green 116 ◦ blue 46

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

Shades of Pesto #82742E

Tints of Pesto #82742E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 44.52%
G = 39.73%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#82742E (or 0x82742E) is known color: Pesto. HEX triplet: 82, 74 and 2E. RGB value is (130,116,46). Sum of RGB (Red+Green+Blue) = 130+116+46=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82742E is #7D8BD1. Grayscale: #707070. Windows color (decimal): -8227794 or 3044482. OLE color: 3044482.

HSL color Cylindrical-coordinate representation of color #82742E: hue angle of 50º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82742E is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 46 -
CMYK 0 0.11 0.65 0.49
HSL 50º 0.48% 0.35% -
HSV(B) 50º 0.65% 0.51% -
XYZ 15.94 17.43 5.11 -
YUV 112.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 130 116 46 0 0.11 0.65 0.49 50 0.48 0.35
Hex 82 74 2E 0 B 41 31 32 30 23
Octal 202 164 56 0 13 101 61 62 60 43
Binary 10000010 1110100 101110 0 1011 1000001 110001 110010 110000 100011

Color Harmonies of #82742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82742E

Black with #82742E

Text Example


Text Example

White with #82742E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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