Html Css Color HEX #82742C Pesto

📋 copy color: '#82742C'

red 130 ◦ green 116 ◦ blue 44

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

Shades of Pesto #82742C

Tints of Pesto #82742C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.17%

R = 44.83%
G = 40%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#82742C (or 0x82742C) is known color: Pesto. HEX triplet: 82, 74 and 2C. RGB value is (130,116,44). Sum of RGB (Red+Green+Blue) = 130+116+44=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #82742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82742C is #7D8BD3. Grayscale: #707070. Windows color (decimal): -8227796 or 2913410. OLE color: 2913410.

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

Color convert

RGB 130 116 44 -
CMYK 0 0.11 0.66 0.49
HSL 50.23º 0.49% 0.34% -
HSV(B) 50.23º 0.66% 0.51% -
XYZ 15.91 17.42 4.91 -
YUV 111.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 130 116 44 0 0.11 0.66 0.49 50.23 0.49 0.34
Hex 82 74 2C 0 B 42 31 32 31 22
Octal 202 164 54 0 13 102 61 62 61 42
Binary 10000010 1110100 101100 0 1011 1000010 110001 110010 110001 100010

Color Harmonies of #82742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82742C

Black with #82742C

Text Example


Text Example

White with #82742C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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