Html Css Color HEX #807716 Pesto

📋 copy color: '#807716'

red 128 ◦ green 119 ◦ blue 22

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

Shades of Pesto #807716

Tints of Pesto #807716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.24%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 47.58%
G = 44.24%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#807716 (or 0x807716) is known color: Pesto. HEX triplet: 80, 77 and 16. RGB value is (128,119,22). Sum of RGB (Red+Green+Blue) = 128+119+22=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #807716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807716 is #7F88E9. Grayscale: #6F6F6F. Windows color (decimal): -8358122 or 1472384. OLE color: 1472384.

HSL color Cylindrical-coordinate representation of color #807716: hue angle of 54.91º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #807716 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 22 -
CMYK 0 0.07 0.83 0.50
HSL 54.91º 0.71% 0.29% -
HSV(B) 54.91º 0.83% 0.5% -
XYZ 15.64 17.84 3.38 -
YUV 110.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 128 119 22 0 0.07 0.83 0.50 54.91 0.71 0.29
Hex 80 77 16 0 7 53 32 37 47 1D
Octal 200 167 26 0 7 123 62 67 107 35
Binary 10000000 1110111 10110 0 111 1010011 110010 110111 1000111 11101

Color Harmonies of #807716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807716

Black with #807716

Text Example


Text Example

White with #807716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807716; }

 p { color: rgb(128,119,22); }

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

background-color css

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

 a { background-color: rgb(128,119,22); }

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

border-color css

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

 span { border-color: rgb(128,119,22); }

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