#796D52

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

Shades of Peat #796D52

Tints of Peat #796D52

Color information

#796D52 (or 0x796D52) is unknown color: approx Peat. HEX triplet: 79, 6D and 52. RGB value is (121,109,82). Sum of RGB (Red+Green+Blue) = 121+109+82=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 121 - color contains mainly: red. Hex color #796D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D52 is #8692AD. Grayscale: #6D6D6D. Windows color (decimal): -8819374 or 5401977. OLE color: 5401977.

HSL color Cylindrical-coordinate representation of color #796D52: hue angle of 41.54º 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 #796D52 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB12110982-
CMYK00.100.320.53
HSL41.54º19.21%39.8%-
HSV(B)41.54º32.23%47.45%-
XYZ14.8815.6110.21-
YUV109.51112.48136.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.78%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=38.78%
G=34.94%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211098200.100.320.5341.5419.2139.8
Hex796D520A20352a1328
Octal1711551220124065522350
Binary1111001110110110100100101010000011010110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796D52; }

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

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

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

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

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

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

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

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