#797053

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

Shades of Peat #797053

Tints of Peat #797053

Color information

#797053 (or 0x797053) is unknown color: approx Peat. HEX triplet: 79, 70 and 53. RGB value is (121,112,83). Sum of RGB (Red+Green+Blue) = 121+112+83=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #797053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797053 is #868FAC. Grayscale: #6F6F6F. Windows color (decimal): -8818605 or 5468281. OLE color: 5468281.

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

Color convert

RGB12111283-
CMYK00.070.310.53
HSL45.79º18.63%40%-
HSV(B)45.79º31.4%47.45%-
XYZ15.2416.2810.52-
YUV111.38111.98134.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 83 (32.81% from 255) = 26.27%
R=38.29%
G=35.44%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211128300.070.310.5345.7918.6340
Hex797053071F352e1328
Octal171160123073765562350
Binary11110011110000101001101111111111010110111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797053; }

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

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

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

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

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

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

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

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