Html Css Color HEX #82773A Pesto

📋 copy color: '#82773A'

red 130 ◦ green 119 ◦ blue 58

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

Shades of Pesto #82773A

Tints of Pesto #82773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.76%

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 42.35%
G = 38.76%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82773A (or 0x82773A) is known color: Pesto. HEX triplet: 82, 77 and 3A. RGB value is (130,119,58). Sum of RGB (Red+Green+Blue) = 130+119+58=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82773A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82773A is #7D88C5. Grayscale: #737373. Windows color (decimal): -8227014 or 3831682. OLE color: 3831682.

HSL color Cylindrical-coordinate representation of color #82773A: hue angle of 50.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82773A is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 58 -
CMYK 0 0.08 0.55 0.49
HSL 50.83º 0.38% 0.37% -
HSV(B) 50.83º 0.55% 0.51% -
XYZ 16.57 18.24 6.65 -
YUV 115.34 95.64 138.46 -
System Red Green Blue C M Y K H S L
Decimal 130 119 58 0 0.08 0.55 0.49 50.83 0.38 0.37
Hex 82 77 3A 0 8 37 31 33 26 25
Octal 202 167 72 0 10 67 61 63 46 45
Binary 10000010 1110111 111010 0 1000 110111 110001 110011 100110 100101

Color Harmonies of #82773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82773A

Black with #82773A

Text Example


Text Example

White with #82773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,119,58); }

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

background-color css

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

 a { background-color: rgb(130,119,58); }

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

border-color css

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

 span { border-color: rgb(130,119,58); }

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