Html Css Color HEX #807620 Pesto

📋 copy color: '#807620'

red 128 ◦ green 118 ◦ blue 32

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

Shades of Pesto #807620

Tints of Pesto #807620

RGB

 RED value IS 128 (50.39% from 255) = 46.04%

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

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

R = 46.04%
G = 42.45%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#807620 (or 0x807620) is known color: Pesto. HEX triplet: 80, 76 and 20. RGB value is (128,118,32). Sum of RGB (Red+Green+Blue) = 128+118+32=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #807620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807620 is #7F89DF. Grayscale: #6F6F6F. Windows color (decimal): -8358368 or 2127488. OLE color: 2127488.

HSL color Cylindrical-coordinate representation of color #807620: hue angle of 53.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #807620 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 118 32 -
CMYK 0 0.08 0.75 0.50
HSL 53.75º 0.6% 0.31% -
HSV(B) 53.75º 0.75% 0.5% -
XYZ 15.64 17.65 3.95 -
YUV 111.19 83.31 139.99 -
System Red Green Blue C M Y K H S L
Decimal 128 118 32 0 0.08 0.75 0.50 53.75 0.6 0.31
Hex 80 76 20 0 8 4B 32 36 3C 1F
Octal 200 166 40 0 10 113 62 66 74 37
Binary 10000000 1110110 100000 0 1000 1001011 110010 110110 111100 11111

Color Harmonies of #807620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807620

Black with #807620

Text Example


Text Example

White with #807620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807620; }

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

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

background-color css

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

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

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

border-color css

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

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

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