Html Css Color HEX #82791D Pesto

📋 copy color: '#82791D'

red 130 ◦ green 121 ◦ blue 29

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

Shades of Pesto #82791D

Tints of Pesto #82791D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.36%

R = 46.43%
G = 43.21%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#82791D (or 0x82791D) is known color: Pesto. HEX triplet: 82, 79 and 1D. RGB value is (130,121,29). Sum of RGB (Red+Green+Blue) = 130+121+29=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #82791D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82791D is #7D86E2. Grayscale: #717171. Windows color (decimal): -8226531 or 1931650. OLE color: 1931650.

HSL color Cylindrical-coordinate representation of color #82791D: hue angle of 54.65º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #82791D is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 29 -
CMYK 0 0.07 0.78 0.49
HSL 54.65º 0.64% 0.31% -
HSV(B) 54.65º 0.78% 0.51% -
XYZ 16.27 18.51 3.88 -
YUV 113.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 130 121 29 0 0.07 0.78 0.49 54.65 0.64 0.31
Hex 82 79 1D 0 7 4E 31 37 40 1F
Octal 202 171 35 0 7 116 61 67 100 37
Binary 10000010 1111001 11101 0 111 1001110 110001 110111 1000000 11111

Color Harmonies of #82791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82791D

Black with #82791D

Text Example


Text Example

White with #82791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82791D; }

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

 H1.HeaderClassName
 {
   color: #82791D;
 }
 .AnyTagClassName
 {
   color: #82791D;
 }
</style>

background-color css

<style>
 a { background-color: #82791D; }

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

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

border-color css

<style>
 span { border-color: #82791D; }

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

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