#797052

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

Shades of Peat #797052

Tints of Peat #797052

Color information

#797052 (or 0x797052) is unknown color: approx Peat. HEX triplet: 79, 70 and 52. RGB value is (121,112,82). Sum of RGB (Red+Green+Blue) = 121+112+82=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #797052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797052 is #868FAD. Grayscale: #6F6F6F. Windows color (decimal): -8818606 or 5402745. OLE color: 5402745.

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

Color convert

RGB12111282-
CMYK00.070.320.53
HSL46.15º19.21%39.8%-
HSV(B)46.15º32.23%47.45%-
XYZ15.216.2610.32-
YUV111.27111.48134.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=38.41%
G=35.56%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211128200.070.320.5346.1519.2139.8
Hex7970520720352e1328
Octal171160122074065562350
Binary111100111100001010010011110000011010110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797052; }

 p { color: rgb(121,112,82); }

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

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

 a { background-color: rgb(121,112,82); }

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

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

 span { border-color: rgb(121,112,82); }

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