Html Css Color HEX #807220 Pesto

📋 copy color: '#807220'

red 128 ◦ green 114 ◦ blue 32

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

Shades of Pesto #807220

Tints of Pesto #807220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.61%

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

R = 46.72%
G = 41.61%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#807220 (or 0x807220) is known color: Pesto. HEX triplet: 80, 72 and 20. RGB value is (128,114,32). Sum of RGB (Red+Green+Blue) = 128+114+32=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #807220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807220 is #7F8DDF. Grayscale: #6D6D6D. Windows color (decimal): -8359392 or 2126464. OLE color: 2126464.

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

Color convert

RGB 128 114 32 -
CMYK 0 0.11 0.75 0.50
HSL 51.25º 0.6% 0.31% -
HSV(B) 51.25º 0.75% 0.5% -
XYZ 15.18 16.73 3.8 -
YUV 108.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 128 114 32 0 0.11 0.75 0.50 51.25 0.6 0.31
Hex 80 72 20 0 B 4B 32 33 3C 1F
Octal 200 162 40 0 13 113 62 63 74 37
Binary 10000000 1110010 100000 0 1011 1001011 110010 110011 111100 11111

Color Harmonies of #807220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807220

Black with #807220

Text Example


Text Example

White with #807220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807220; }

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

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

background-color css

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

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

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

border-color css

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

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

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