#795046

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

Shades of Nutmeg #795046

Tints of Nutmeg #795046

Color information

#795046 (or 0x795046) is unknown color: approx Nutmeg. HEX triplet: 79, 50 and 46. RGB value is (121,80,70). Sum of RGB (Red+Green+Blue) = 121+80+70=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #795046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795046 is #86AFB9. Grayscale: #5B5B5B. Windows color (decimal): -8826810 or 4608121. OLE color: 4608121.

HSL color Cylindrical-coordinate representation of color #795046: hue angle of 11.76º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #795046 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1218070-
CMYK00.340.420.53
HSL11.76º26.7%37.45%-
HSV(B)11.76º42.15%47.45%-
XYZ11.8610.247.15-
YUV91.12116.08149.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=44.65%
G=29.52%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121807000.340.420.5311.7626.737.45
Hex7950460222A35c1b25
Octal1711201060425265143345
Binary1111001101000010001100100010101010110101110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795046; }

 p { color: rgb(121,80,70); }

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

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

 a { background-color: rgb(121,80,70); }

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

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

 span { border-color: rgb(121,80,70); }

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