Html Css Color HEX #82742A Pesto

📋 copy color: '#82742A'

red 130 ◦ green 116 ◦ blue 42

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

Shades of Pesto #82742A

Tints of Pesto #82742A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 45.14%
G = 40.28%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82742A (or 0x82742A) is known color: Pesto. HEX triplet: 82, 74 and 2A. RGB value is (130,116,42). Sum of RGB (Red+Green+Blue) = 130+116+42=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82742A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82742A is #7D8BD5. Grayscale: #707070. Windows color (decimal): -8227798 or 2782338. OLE color: 2782338.

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

Color convert

RGB 130 116 42 -
CMYK 0 0.11 0.68 0.49
HSL 50.45º 0.51% 0.34% -
HSV(B) 50.45º 0.68% 0.51% -
XYZ 15.87 17.4 4.71 -
YUV 111.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 130 116 42 0 0.11 0.68 0.49 50.45 0.51 0.34
Hex 82 74 2A 0 B 44 31 32 33 22
Octal 202 164 52 0 13 104 61 62 63 42
Binary 10000010 1110100 101010 0 1011 1000100 110001 110010 110011 100010

Color Harmonies of #82742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82742A

Black with #82742A

Text Example


Text Example

White with #82742A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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