Html Css Color HEX #82722A Pesto

📋 copy color: '#82722A'

red 130 ◦ green 114 ◦ blue 42

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

Shades of Pesto #82722A

Tints of Pesto #82722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.86%

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

R = 45.45%
G = 39.86%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#82722A (or 0x82722A) is known color: Pesto. HEX triplet: 82, 72 and 2A. RGB value is (130,114,42). Sum of RGB (Red+Green+Blue) = 130+114+42=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #82722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82722A is #7D8DD5. Grayscale: #6E6E6E. Windows color (decimal): -8228310 or 2781826. OLE color: 2781826.

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

Color convert

RGB 130 114 42 -
CMYK 0 0.12 0.68 0.49
HSL 49.09º 0.51% 0.34% -
HSV(B) 49.09º 0.68% 0.51% -
XYZ 15.64 16.95 4.64 -
YUV 110.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 130 114 42 0 0.12 0.68 0.49 49.09 0.51 0.34
Hex 82 72 2A 0 C 44 31 31 33 22
Octal 202 162 52 0 14 104 61 61 63 42
Binary 10000010 1110010 101010 0 1100 1000100 110001 110001 110011 100010

Color Harmonies of #82722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82722A

Black with #82722A

Text Example


Text Example

White with #82722A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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