#796E52

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

Shades of Peat #796E52

Tints of Peat #796E52

Color information

#796E52 (or 0x796E52) is unknown color: approx Peat. HEX triplet: 79, 6E and 52. RGB value is (121,110,82). Sum of RGB (Red+Green+Blue) = 121+110+82=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #796E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E52 is #8691AD. Grayscale: #6E6E6E. Windows color (decimal): -8819118 or 5402233. OLE color: 5402233.

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

Color convert

RGB12111082-
CMYK00.090.320.53
HSL43.08º19.21%39.8%-
HSV(B)43.08º32.23%47.45%-
XYZ14.9815.8310.25-
YUV110.1112.14135.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.66%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=38.66%
G=35.14%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211108200.090.320.5343.0819.2139.8
Hex796E520920352b1328
Octal1711561220114065532350
Binary1111001110111010100100100110000011010110101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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