Html Css Color HEX #807816 Pesto

📋 copy color: '#807816'

red 128 ◦ green 120 ◦ blue 22

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

Shades of Pesto #807816

Tints of Pesto #807816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.44%

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

R = 47.41%
G = 44.44%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#807816 (or 0x807816) is known color: Pesto. HEX triplet: 80, 78 and 16. RGB value is (128,120,22). Sum of RGB (Red+Green+Blue) = 128+120+22=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #807816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807816 is #7F87E9. Grayscale: #6F6F6F. Windows color (decimal): -8357866 or 1472640. OLE color: 1472640.

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

Color convert

RGB 128 120 22 -
CMYK 0 0.06 0.83 0.50
HSL 55.47º 0.71% 0.29% -
HSV(B) 55.47º 0.83% 0.5% -
XYZ 15.76 18.08 3.42 -
YUV 111.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 128 120 22 0 0.06 0.83 0.50 55.47 0.71 0.29
Hex 80 78 16 0 6 53 32 37 47 1D
Octal 200 170 26 0 6 123 62 67 107 35
Binary 10000000 1111000 10110 0 110 1010011 110010 110111 1000111 11101

Color Harmonies of #807816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807816

Black with #807816

Text Example


Text Example

White with #807816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807816; }

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

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

background-color css

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

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

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

border-color css

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

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

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