#796E2B

Color #796E2B Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #796E2B

Tints of Pesto #796E2B

Color information

#796E2B (or 0x796E2B) is unknown color: approx Pesto. HEX triplet: 79, 6E and 2B. RGB value is (121,110,43). Sum of RGB (Red+Green+Blue) = 121+110+43=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #796E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796E2B is #8691D4. Grayscale: #696969. Windows color (decimal): -8819157 or 2846329. OLE color: 2846329.

HSL color Cylindrical-coordinate representation of color #796E2B: hue angle of 51.54º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #796E2B is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB12111043-
CMYK00.090.640.53
HSL51.54º47.56%32.16%-
HSV(B)51.54º64.46%47.45%-
XYZ13.915.394.52-
YUV105.6592.64138.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.16%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 43 (17.19% from 255) = 15.69%
R=44.16%
G=40.15%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211104300.090.640.5351.5447.5632.16
Hex796E2B094035343020
Octal1711565301110065646040
Binary11110011101110101011010011000000110101110100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796E2B; }

 p { color: rgb(121,110,43); }

 H1.HeaderClassName
 {
   color: #796E2B;
 }
 .AnyTagClassName
 {
   color: #796E2B;
 }
</style>
background-color css

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

 a { background-color: rgb(121,110,43); }

 div.DivClassName
 {
   background-color: #796E2B;
 }
 .BgClassName
 {
   background-color: #796E2B;
 }
</style>
border-color css

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

 span { border-color: rgb(121,110,43); }

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