#797121

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

Shades of Pesto #797121

Tints of Pesto #797121

Color information

#797121 (or 0x797121) is unknown color: approx Pesto. HEX triplet: 79, 71 and 21. RGB value is (121,113,33). Sum of RGB (Red+Green+Blue) = 121+113+33=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #797121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797121 is #868EDE. Grayscale: #6A6A6A. Windows color (decimal): -8818399 or 2191737. OLE color: 2191737.

HSL color Cylindrical-coordinate representation of color #797121: hue angle of 54.55º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #797121 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB12111333-
CMYK00.070.730.53
HSL54.55º57.14%30.2%-
HSV(B)54.55º72.73%47.45%-
XYZ14.0615.993.78-
YUV106.2786.65138.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.32%
GREEN value IS 113 (44.53% from 255) = 42.32%
BLUE value IS 33 (13.28% from 255) = 12.36%
R=45.32%
G=42.32%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211133300.070.730.5354.5557.1430.2
Hex79712107493537391e
Octal171161410711165677136
Binary111100111100011000010111100100111010111011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797121; }

 p { color: rgb(121,113,33); }

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

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

 a { background-color: rgb(121,113,33); }

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

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

 span { border-color: rgb(121,113,33); }

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