Html Css Color HEX #807520 Pesto

📋 copy color: '#807520'

red 128 ◦ green 117 ◦ blue 32

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

Shades of Pesto #807520

Tints of Pesto #807520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.24%

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

R = 46.21%
G = 42.24%
B = 11.55%

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

#807520 (or 0x807520) is known color: Pesto. HEX triplet: 80, 75 and 20. RGB value is (128,117,32). Sum of RGB (Red+Green+Blue) = 128+117+32=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #807520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807520 is #7F8ADF. Grayscale: #6E6E6E. Windows color (decimal): -8358624 or 2127232. OLE color: 2127232.

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

Color convert

RGB 128 117 32 -
CMYK 0 0.09 0.75 0.50
HSL 53.13º 0.6% 0.31% -
HSV(B) 53.13º 0.75% 0.5% -
XYZ 15.52 17.42 3.91 -
YUV 110.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 128 117 32 0 0.09 0.75 0.50 53.13 0.6 0.31
Hex 80 75 20 0 9 4B 32 35 3C 1F
Octal 200 165 40 0 11 113 62 65 74 37
Binary 10000000 1110101 100000 0 1001 1001011 110010 110101 111100 11111

Color Harmonies of #807520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807520

Black with #807520

Text Example


Text Example

White with #807520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807520; }

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

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

background-color css

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

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

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

border-color css

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

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

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