#796D1F

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

Shades of Pesto #796D1F

Tints of Pesto #796D1F

Color information

#796D1F (or 0x796D1F) is unknown color: approx Pesto. HEX triplet: 79, 6D and 1F. RGB value is (121,109,31). Sum of RGB (Red+Green+Blue) = 121+109+31=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #796D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796D1F is #8692E0. Grayscale: #686868. Windows color (decimal): -8819425 or 2059641. OLE color: 2059641.

HSL color Cylindrical-coordinate representation of color #796D1F: hue angle of 52º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #796D1F is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB12110931-
CMYK00.100.740.53
HSL52º59.21%29.8%-
HSV(B)52º74.38%47.45%-
XYZ13.615.13.49-
YUV103.786.98140.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.36%
GREEN value IS 109 (42.97% from 255) = 41.76%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=46.36%
G=41.76%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211093100.100.740.535259.2129.8
Hex796D1F0A4A35343b1e
Octal1711553701211265647336
Binary111100111011011111101010100101011010111010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,109,31); }

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

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

 a { background-color: rgb(121,109,31); }

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

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

 span { border-color: rgb(121,109,31); }

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