Html Css Color HEX #82793A Pesto

📋 copy color: '#82793A'

red 130 ◦ green 121 ◦ blue 58

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

Shades of Pesto #82793A

Tints of Pesto #82793A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.16%

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

R = 42.07%
G = 39.16%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82793A (or 0x82793A) is known color: Pesto. HEX triplet: 82, 79 and 3A. RGB value is (130,121,58). Sum of RGB (Red+Green+Blue) = 130+121+58=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82793A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82793A is #7D86C5. Grayscale: #747474. Windows color (decimal): -8226502 or 3832194. OLE color: 3832194.

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

Color convert

RGB 130 121 58 -
CMYK 0 0.07 0.55 0.49
HSL 52.5º 0.38% 0.37% -
HSV(B) 52.5º 0.55% 0.51% -
XYZ 16.81 18.73 6.73 -
YUV 116.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 130 121 58 0 0.07 0.55 0.49 52.5 0.38 0.37
Hex 82 79 3A 0 7 37 31 34 26 25
Octal 202 171 72 0 7 67 61 64 46 45
Binary 10000010 1111001 111010 0 111 110111 110001 110100 100110 100101

Color Harmonies of #82793A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82793A

Black with #82793A

Text Example


Text Example

White with #82793A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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