#797325

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

Shades of Pesto #797325

Tints of Pesto #797325

Color information

#797325 (or 0x797325) is unknown color: approx Pesto. HEX triplet: 79, 73 and 25. RGB value is (121,115,37). Sum of RGB (Red+Green+Blue) = 121+115+37=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #797325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797325 is #868CDA. Grayscale: #6C6C6C. Windows color (decimal): -8817883 or 2454393. OLE color: 2454393.

HSL color Cylindrical-coordinate representation of color #797325: hue angle of 55.71º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #797325 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB12111537-
CMYK00.050.690.53
HSL55.71º53.16%30.98%-
HSV(B)55.71º69.42%47.45%-
XYZ14.3516.464.17-
YUV107.987.99137.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.32%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 37 (14.84% from 255) = 13.55%
R=44.32%
G=42.12%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211153700.050.690.5355.7153.1630.98
Hex79732505453538351f
Octal171163450510565706537
Binary111100111100111001010101100010111010111100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797325; }

 p { color: rgb(121,115,37); }

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

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

 a { background-color: rgb(121,115,37); }

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

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

 span { border-color: rgb(121,115,37); }

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