Html Css Color HEX #827620 Pesto

📋 copy color: '#827620'

red 130 ◦ green 118 ◦ blue 32

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

Shades of Pesto #827620

Tints of Pesto #827620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 46.43%
G = 42.14%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#827620 (or 0x827620) is known color: Pesto. HEX triplet: 82, 76 and 20. RGB value is (130,118,32). Sum of RGB (Red+Green+Blue) = 130+118+32=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #827620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827620 is #7D89DF. Grayscale: #707070. Windows color (decimal): -8227296 or 2127490. OLE color: 2127490.

HSL color Cylindrical-coordinate representation of color #827620: hue angle of 52.65º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #827620 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 32 -
CMYK 0 0.09 0.75 0.49
HSL 52.65º 0.6% 0.32% -
HSV(B) 52.65º 0.75% 0.51% -
XYZ 15.95 17.81 3.96 -
YUV 111.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 130 118 32 0 0.09 0.75 0.49 52.65 0.6 0.32
Hex 82 76 20 0 9 4B 31 35 3C 20
Octal 202 166 40 0 11 113 61 65 74 40
Binary 10000010 1110110 100000 0 1001 1001011 110001 110101 111100 100000

Color Harmonies of #827620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827620

Black with #827620

Text Example


Text Example

White with #827620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827620; }

 p { color: rgb(130,118,32); }

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

background-color css

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

 a { background-color: rgb(130,118,32); }

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

border-color css

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

 span { border-color: rgb(130,118,32); }

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