Html Css Color HEX #807420 Pesto

📋 copy color: '#807420'

red 128 ◦ green 116 ◦ blue 32

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

Shades of Pesto #807420

Tints of Pesto #807420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.03%

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

R = 46.38%
G = 42.03%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#807420 (or 0x807420) is known color: Pesto. HEX triplet: 80, 74 and 20. RGB value is (128,116,32). Sum of RGB (Red+Green+Blue) = 128+116+32=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #807420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807420 is #7F8BDF. Grayscale: #6E6E6E. Windows color (decimal): -8358880 or 2126976. OLE color: 2126976.

HSL color Cylindrical-coordinate representation of color #807420: hue angle of 52.5º 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 #807420 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 32 -
CMYK 0 0.09 0.75 0.50
HSL 52.5º 0.6% 0.31% -
HSV(B) 52.5º 0.75% 0.5% -
XYZ 15.41 17.18 3.87 -
YUV 110.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 128 116 32 0 0.09 0.75 0.50 52.5 0.6 0.31
Hex 80 74 20 0 9 4B 32 34 3C 1F
Octal 200 164 40 0 11 113 62 64 74 37
Binary 10000000 1110100 100000 0 1001 1001011 110010 110100 111100 11111

Color Harmonies of #807420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807420

Black with #807420

Text Example


Text Example

White with #807420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807420; }

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

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

background-color css

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

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

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

border-color css

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

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

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