#797225

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

Shades of Pesto #797225

Tints of Pesto #797225

Color information

#797225 (or 0x797225) is unknown color: approx Pesto. HEX triplet: 79, 72 and 25. RGB value is (121,114,37). Sum of RGB (Red+Green+Blue) = 121+114+37=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #797225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797225 is #868DDA. Grayscale: #6B6B6B. Windows color (decimal): -8818139 or 2454137. OLE color: 2454137.

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

Color convert

RGB12111437-
CMYK00.060.690.53
HSL55º53.16%30.98%-
HSV(B)55º69.42%47.45%-
XYZ14.2416.234.13-
YUV107.3288.32137.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 114 (44.92% from 255) = 41.91%
BLUE value IS 37 (14.84% from 255) = 13.60%
R=44.49%
G=41.91%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211143700.060.690.535553.1630.98
Hex79722506453537351f
Octal171162450610565676537
Binary111100111100101001010110100010111010111011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797225; }

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

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

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

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

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

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

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

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